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

5
Last change on this file since c4db18a0 was 8d8573ac, checked in by Daniel Cederman <cederman@…>, on 02/04/15 at 09:04:05

smpcapture02: Add test of functionality to add custom entries to capture trace

  • 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 += smpschedaffinity01
30SUBDIRS += smpschedaffinity02
31SUBDIRS += smpschedaffinity03
32SUBDIRS += smpschedaffinity04
33SUBDIRS += smpschedaffinity05
34SUBDIRS += smpscheduler01
35SUBDIRS += smpscheduler02
36SUBDIRS += smpscheduler03
37SUBDIRS += smpschedsem01
38SUBDIRS += smpsignal01
39SUBDIRS += smpswitchextension01
40SUBDIRS += smpthreadlife01
41SUBDIRS += smpunsupported01
42SUBDIRS += smpwakeafter01
43if HAS_POSIX
44SUBDIRS += smppsxaffinity01
45SUBDIRS += smppsxaffinity02
46SUBDIRS += smppsxsignal01
47endif
48endif
49
50include $(top_srcdir)/../automake/subdirs.am
51include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.