source: rtems/testsuites/smptests/Makefile.am @ 7ad8239

5
Last change on this file since 7ad8239 was 34487537, checked in by Sebastian Huber <sebastian.huber@…>, on 07/04/17 at 07:57:30

score: Add simple affinity support to EDF SMP

Update #3059.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS  =
4if SMPTESTS
5_SUBDIRS += smp01
6_SUBDIRS += smp02
7_SUBDIRS += smp03
8_SUBDIRS += smp05
9_SUBDIRS += smp07
10_SUBDIRS += smp08
11_SUBDIRS += smp09
12_SUBDIRS += smpaffinity01
13_SUBDIRS += smpatomic01
14_SUBDIRS += smpcache01
15_SUBDIRS += smpcapture01
16_SUBDIRS += smpcapture02
17_SUBDIRS += smpclock01
18_SUBDIRS += smpfatal01
19_SUBDIRS += smpfatal02
20_SUBDIRS += smpfatal03
21_SUBDIRS += smpfatal04
22_SUBDIRS += smpfatal05
23_SUBDIRS += smpfatal06
24_SUBDIRS += smpfatal08
25_SUBDIRS += smpipi01
26_SUBDIRS += smpload01
27_SUBDIRS += smplock01
28_SUBDIRS += smpmigration01
29_SUBDIRS += smpmigration02
30_SUBDIRS += smpmrsp01
31_SUBDIRS += smpmutex01
32_SUBDIRS += smpmutex02
33_SUBDIRS += smppsxaffinity01
34_SUBDIRS += smppsxaffinity02
35_SUBDIRS += smpschedaffinity03
36_SUBDIRS += smpschedaffinity04
37_SUBDIRS += smpschedaffinity05
38_SUBDIRS += smpschededf01
39_SUBDIRS += smpschededf02
40_SUBDIRS += smpschededf03
41_SUBDIRS += smpschedsem01
42_SUBDIRS += smpscheduler01
43_SUBDIRS += smpscheduler02
44_SUBDIRS += smpscheduler03
45_SUBDIRS += smpscheduler04
46_SUBDIRS += smpscheduler05
47_SUBDIRS += smpscheduler06
48_SUBDIRS += smpscheduler07
49_SUBDIRS += smpsignal01
50_SUBDIRS += smpstrongapa01
51_SUBDIRS += smpswitchextension01
52_SUBDIRS += smpthreadlife01
53_SUBDIRS += smpunsupported01
54_SUBDIRS += smpwakeafter01
55if HAS_POSIX
56_SUBDIRS += smppsxaffinity01
57_SUBDIRS += smppsxaffinity02
58_SUBDIRS += smppsxmutex01
59_SUBDIRS += smppsxsignal01
60endif
61endif
62
63include $(top_srcdir)/../automake/subdirs.am
64include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.