source: rtems/testsuites/smptests/Makefile.am @ 44da98f

4.115
Last change on this file since 44da98f was 44da98f, checked in by Jennifer Averett <jennifer.averett@…>, on 10/24/14 at 19:37:24

smpcapture01: New test.

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