source: rtems/testsuites/smptests/Makefile.am @ 27a034ef

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

delete smpatomic0-7 test cases

  • Property mode set to 100644
File size: 527 bytes
RevLine 
[e049eea]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
[2bbcb64]14if ATOMIC
[79d03e3]15SUBDIRS += smpatomic08
[2bbcb64]16endif
[bbed1866]17SUBDIRS += smplock01
[b9000fd5]18SUBDIRS += smpmigration01
[8b222be]19SUBDIRS += smpschedule01
[d4f13d1]20SUBDIRS += smpsignal01
[20bb89d]21SUBDIRS += smpswitchextension01
[f913c79]22SUBDIRS += smpunsupported01
[876dcd02]23if HAS_POSIX
24SUBDIRS += smppsxsignal01
25endif
[e049eea]26endif
27
28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.