source: rtems/testsuites/smptests/Makefile.am @ 33e18a4

4.115
Last change on this file since 33e18a4 was 33e18a4, checked in by WeiY <wei.a.yang@…>, on 09/28/13 at 06:54:38

rename smpatomic08 to smpatomic01

  • Property mode set to 100644
File size: 527 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
14if ATOMIC
15SUBDIRS += smpatomic01
16endif
17SUBDIRS += smplock01
18SUBDIRS += smpmigration01
19SUBDIRS += smpschedule01
20SUBDIRS += smpsignal01
21SUBDIRS += smpswitchextension01
22SUBDIRS += smpunsupported01
23if HAS_POSIX
24SUBDIRS += smppsxsignal01
25endif
26endif
27
28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.