source: rtems/testsuites/smptests/Makefile.am @ 4575ae0

4.115
Last change on this file since 4575ae0 was 4575ae0, checked in by Sebastian Huber <sebastian.huber@…>, on 03/10/14 at 12:39:31

smptests/smpload01: New test

  • Property mode set to 100644
File size: 661 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4SUBDIRS += smpload01
5
6if SMPTESTS
7SUBDIRS += smp01
8SUBDIRS += smp02
9SUBDIRS += smp03
10SUBDIRS += smp05
11SUBDIRS += smp07
12SUBDIRS += smp08
13SUBDIRS += smp09
14SUBDIRS += smpaffinity01
15SUBDIRS += smpatomic01
16SUBDIRS += smpfatal01
17SUBDIRS += smpfatal02
18SUBDIRS += smpfatal03
19SUBDIRS += smplock01
20SUBDIRS += smpmigration01
21SUBDIRS += smpschedule01
22SUBDIRS += smpsignal01
23SUBDIRS += smpswitchextension01
24SUBDIRS += smpunsupported01
25if HAS_POSIX
26SUBDIRS += smppsxaffinity01
27SUBDIRS += smppsxaffinity02
28SUBDIRS += smppsxsignal01
29endif
30endif
31
32include $(top_srcdir)/../automake/subdirs.am
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.