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

4.115
Last change on this file since d88b0e7f was d88b0e7f, checked in by Jennifer Averett <jennifer.averett@…>, on 05/22/14 at 14:00:14

smpschedaffinity01: New test.

This test verifies that affinity is honored when set prior to task start.

  • Property mode set to 100644
File size: 929 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4if SMPTESTS
5SUBDIRS += smp01
6SUBDIRS += smp02
7SUBDIRS += smp03
8SUBDIRS += smp05
9SUBDIRS += smp07
10SUBDIRS += smp08
11SUBDIRS += smp09
12SUBDIRS += smpaffinity01
13SUBDIRS += smpatomic01
14SUBDIRS += smpfatal01
15SUBDIRS += smpfatal02
16SUBDIRS += smpfatal03
17SUBDIRS += smpfatal04
18SUBDIRS += smpfatal05
19SUBDIRS += smpfatal08
20SUBDIRS += smpipi01
21SUBDIRS += smpload01
22SUBDIRS += smplock01
23SUBDIRS += smpmigration01
24SUBDIRS += smpmigration02
25SUBDIRS += smpmrsp01
26SUBDIRS += smpschedaffinity01
27SUBDIRS += smpscheduler01
28SUBDIRS += smpscheduler02
29SUBDIRS += smpscheduler03
30SUBDIRS += smpsignal01
31SUBDIRS += smpswitchextension01
32SUBDIRS += smpthreadlife01
33SUBDIRS += smpunsupported01
34SUBDIRS += smpwakeafter01
35if HAS_POSIX
36SUBDIRS += smppsxaffinity01
37SUBDIRS += smppsxaffinity02
38SUBDIRS += smppsxsignal01
39endif
40endif
41
42include $(top_srcdir)/../automake/subdirs.am
43include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.