source: rtems/testsuites/smptests/Makefile.am @ dafa5d88

5
Last change on this file since dafa5d88 was 3995e6d, checked in by Sebastian Huber <sebastian.huber@…>, on 09/02/15 at 09:58:54

score: Implement SMP-specific priority queue

  • Property mode set to 100644
File size: 1.1 KB
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 += smpcache01
15SUBDIRS += smpcapture01
16SUBDIRS += smpcapture02
17SUBDIRS += smpfatal01
18SUBDIRS += smpfatal02
19SUBDIRS += smpfatal03
20SUBDIRS += smpfatal04
21SUBDIRS += smpfatal05
22SUBDIRS += smpfatal08
23SUBDIRS += smpipi01
24SUBDIRS += smpload01
25SUBDIRS += smplock01
26SUBDIRS += smpmigration01
27SUBDIRS += smpmigration02
28SUBDIRS += smpmrsp01
29SUBDIRS += smpmutex01
30SUBDIRS += smpschedaffinity01
31SUBDIRS += smpschedaffinity02
32SUBDIRS += smpschedaffinity03
33SUBDIRS += smpschedaffinity04
34SUBDIRS += smpschedaffinity05
35SUBDIRS += smpscheduler01
36SUBDIRS += smpscheduler02
37SUBDIRS += smpscheduler03
38SUBDIRS += smpschedsem01
39SUBDIRS += smpsignal01
40SUBDIRS += smpswitchextension01
41SUBDIRS += smpthreadlife01
42SUBDIRS += smpunsupported01
43SUBDIRS += smpwakeafter01
44if HAS_POSIX
45SUBDIRS += smppsxaffinity01
46SUBDIRS += smppsxaffinity02
47SUBDIRS += smppsxsignal01
48endif
49endif
50
51include $(top_srcdir)/../automake/subdirs.am
52include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.