source: rtems/testsuites/smptests/Makefile.am @ bbed1866

4.115
Last change on this file since bbed1866 was bbed1866, checked in by Sebastian Huber <sebastian.huber@…>, on 05/29/13 at 08:41:18

smptests/smplock01: New test

  • Property mode set to 100644
File size: 487 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4
5if SMPTESTS
6SUBDIRS += smp01
7SUBDIRS += smp02
8SUBDIRS += smp03
9SUBDIRS += smp04
10SUBDIRS += smp05
11SUBDIRS += smp06
12SUBDIRS += smp07
13SUBDIRS += smp08
14SUBDIRS += smp09
15SUBDIRS += smpatomic01
16SUBDIRS += smpatomic02
17SUBDIRS += smpatomic03
18SUBDIRS += smpatomic04
19SUBDIRS += smpatomic05
20SUBDIRS += smpatomic06
21SUBDIRS += smpatomic07
22SUBDIRS += smplock01
23endif
24
25include $(top_srcdir)/../automake/subdirs.am
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.