source: rtems/testsuites/smptests/Makefile.am @ 145becf

4.115
Last change on this file since 145becf was 145becf, checked in by Sebastian Huber <sebastian.huber@…>, on 05/02/14 at 13:33:23

score: Add SMP test message handler

This handler can be used to test the inter-processor interrupt
implementation.

  • Property mode set to 100644
File size: 822 bytes
RevLine 
[e049eea]1ACLOCAL_AMFLAGS = -I ../aclocal
2
[5c332349]3SUBDIRS =
[e049eea]4if SMPTESTS
5SUBDIRS += smp01
6SUBDIRS += smp02
7SUBDIRS += smp03
8SUBDIRS += smp05
9SUBDIRS += smp07
10SUBDIRS += smp08
11SUBDIRS += smp09
[a3e055f]12SUBDIRS += smpaffinity01
[33e18a4]13SUBDIRS += smpatomic01
[7336be9d]14SUBDIRS += smpfatal01
15SUBDIRS += smpfatal02
[ba25cc2]16SUBDIRS += smpfatal03
[c5831a3f]17SUBDIRS += smpfatal04
18SUBDIRS += smpfatal05
19SUBDIRS += smpfatal07
20SUBDIRS += smpfatal08
[145becf]21SUBDIRS += smpipi01
[c5831a3f]22SUBDIRS += smpload01
[bbed1866]23SUBDIRS += smplock01
[b9000fd5]24SUBDIRS += smpmigration01
[c3cd7e7]25SUBDIRS += smpscheduler01
[c5831a3f]26SUBDIRS += smpscheduler02
[d4f13d1]27SUBDIRS += smpsignal01
[20bb89d]28SUBDIRS += smpswitchextension01
[5c731a83]29SUBDIRS += smpthreadlife01
[f913c79]30SUBDIRS += smpunsupported01
[876dcd02]31if HAS_POSIX
[f3e6b18]32SUBDIRS += smppsxaffinity01
[2ef0328]33SUBDIRS += smppsxaffinity02
[876dcd02]34SUBDIRS += smppsxsignal01
35endif
[e049eea]36endif
37
38include $(top_srcdir)/../automake/subdirs.am
39include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.