source: rtems/testsuites/smptests/Makefile.am @ 20bb89d

4.115
Last change on this file since 20bb89d was 20bb89d, checked in by Sebastian Huber <sebastian.huber@…>, on 08/02/13 at 09:22:16

smptests/smpswitchextension01: New test

  • Property mode set to 100644
File size: 649 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4
5if SMPTESTS
6SUBDIRS += smp01
7SUBDIRS += smp02
8SUBDIRS += smp03
9SUBDIRS += smp05
10SUBDIRS += smp06
11SUBDIRS += smp07
12SUBDIRS += smp08
13SUBDIRS += smp09
14SUBDIRS += smpatomic01
15SUBDIRS += smpatomic02
16SUBDIRS += smpatomic03
17SUBDIRS += smpatomic04
18SUBDIRS += smpatomic05
19SUBDIRS += smpatomic06
20SUBDIRS += smpatomic07
21SUBDIRS += smplock01
22SUBDIRS += smpmigration01
23SUBDIRS += smpschedule01
24SUBDIRS += smpsignal01
25SUBDIRS += smpswitchextension01
26SUBDIRS += smpunsupported01
27if HAS_POSIX
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.