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

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

smpschedaffinity02: New test.

This test checks setting the affinity of a secondary task
on a two core system.

  • Property mode set to 100644
File size: 959 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 += smpschedaffinity02
28SUBDIRS += smpscheduler01
29SUBDIRS += smpscheduler02
30SUBDIRS += smpscheduler03
31SUBDIRS += smpsignal01
32SUBDIRS += smpswitchextension01
33SUBDIRS += smpthreadlife01
34SUBDIRS += smpunsupported01
35SUBDIRS += smpwakeafter01
36if HAS_POSIX
37SUBDIRS += smppsxaffinity01
38SUBDIRS += smppsxaffinity02
39SUBDIRS += smppsxsignal01
40endif
41endif
42
43include $(top_srcdir)/../automake/subdirs.am
44include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.