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
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4if SMPTESTS
5SUBDIRS += smp01
6SUBDIRS += smp02
7SUBDIRS += smp03
8SUBDIRS += smp05
9SUBDIRS += smp07
10SUBDIRS += smp08
11SUBDIRS += smp09
12SUBDIRS += smpaffinity01
13SUBDIRS += smpatomic01
14SUBDIRS += smpfatal01
15SUBDIRS += smpfatal02
16SUBDIRS += smpfatal03
17SUBDIRS += smpfatal04
18SUBDIRS += smpfatal05
19SUBDIRS += smpfatal07
20SUBDIRS += smpfatal08
21SUBDIRS += smpipi01
22SUBDIRS += smpload01
23SUBDIRS += smplock01
24SUBDIRS += smpmigration01
25SUBDIRS += smpscheduler01
26SUBDIRS += smpscheduler02
27SUBDIRS += smpsignal01
28SUBDIRS += smpswitchextension01
29SUBDIRS += smpthreadlife01
30SUBDIRS += smpunsupported01
31if HAS_POSIX
32SUBDIRS += smppsxaffinity01
33SUBDIRS += smppsxaffinity02
34SUBDIRS += smppsxsignal01
35endif
36endif
37
38include $(top_srcdir)/../automake/subdirs.am
39include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.