source: rtems/testsuites/smptests/Makefile.am @ 0c5d22f

5
Last change on this file since 0c5d22f was 0c5d22f, checked in by Sebastian Huber <sebastian.huber@…>, on 12/18/17 at 09:24:34

smptests/smpopenmp01: New test

  • Property mode set to 100644
File size: 1.4 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 += smpopenmp01
34_SUBDIRS += smpschedaffinity03
35_SUBDIRS += smpschedaffinity04
36_SUBDIRS += smpschedaffinity05
37_SUBDIRS += smpschededf01
38_SUBDIRS += smpschededf02
39_SUBDIRS += smpschededf03
40_SUBDIRS += smpschedsem01
41_SUBDIRS += smpscheduler01
42_SUBDIRS += smpscheduler02
43_SUBDIRS += smpscheduler03
44_SUBDIRS += smpscheduler04
45_SUBDIRS += smpscheduler05
46_SUBDIRS += smpscheduler06
47_SUBDIRS += smpscheduler07
48_SUBDIRS += smpsignal01
49_SUBDIRS += smpstrongapa01
50_SUBDIRS += smpswitchextension01
51_SUBDIRS += smpthreadlife01
52_SUBDIRS += smpunsupported01
53_SUBDIRS += smpwakeafter01
54if HAS_POSIX
55_SUBDIRS += smppsxaffinity01
56_SUBDIRS += smppsxaffinity02
57_SUBDIRS += smppsxmutex01
58_SUBDIRS += smppsxsignal01
59endif
60endif
61
62include $(top_srcdir)/../automake/subdirs.am
63include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.