source: rtems/testsuites/smptests/Makefile.am @ 2df4abc

5
Last change on this file since 2df4abc was 57a00bc6, checked in by Sebastian Huber <sebastian.huber@…>, on 07/05/16 at 09:30:14

smptests/smpmutex02: New test

Update #2765.

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