source: rtems/testsuites/smptests/Makefile.am @ 5c332349

4.115
Last change on this file since 5c332349 was 5c332349, checked in by Jennifer Averett <jennifer.averett@…>, on 03/07/14 at 15:06:57

Remove trailing whitespace in previous patches

  • Property mode set to 100644
File size: 640 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4
5if SMPTESTS
6SUBDIRS += smp01
7SUBDIRS += smp02
8SUBDIRS += smp03
9SUBDIRS += smp05
10SUBDIRS += smp07
11SUBDIRS += smp08
12SUBDIRS += smp09
13SUBDIRS += smpaffinity01
14SUBDIRS += smpatomic01
15SUBDIRS += smpfatal01
16SUBDIRS += smpfatal02
17SUBDIRS += smpfatal03
18SUBDIRS += smplock01
19SUBDIRS += smpmigration01
20SUBDIRS += smpschedule01
21SUBDIRS += smpsignal01
22SUBDIRS += smpswitchextension01
23SUBDIRS += smpunsupported01
24if HAS_POSIX
25SUBDIRS += smppsxaffinity01
26SUBDIRS += smppsxaffinity02
27SUBDIRS += smppsxsignal01
28endif
29endif
30
31include $(top_srcdir)/../automake/subdirs.am
32include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.