source: rtems/testsuites/smptests/Makefile.am @ 4bc8d2e

4.115
Last change on this file since 4bc8d2e was c3cd7e7, checked in by Sebastian Huber <sebastian.huber@…>, on 04/09/14 at 13:26:17

smptests/smpschedule01: Rename in smpscheduler01

  • Property mode set to 100644
File size: 689 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 += smpscheduler01
22SUBDIRS += smpsignal01
23SUBDIRS += smpswitchextension01
24SUBDIRS += smpthreadlife01
25SUBDIRS += smpunsupported01
26if HAS_POSIX
27SUBDIRS += smppsxaffinity01
28SUBDIRS += smppsxaffinity02
29SUBDIRS += smppsxsignal01
30endif
31endif
32
33include $(top_srcdir)/../automake/subdirs.am
34include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.