summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-02-26 09:57:16 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-03-07 09:14:33 -0600
commit2ef0328958488ab47c31c7af4a2e87f9729f700c (patch)
tree98494971abd2a384c01689124e4d652568a60654 /testsuites/smptests/Makefile.am
parentsmptests: Add smppsxaffinity01. (diff)
downloadrtems-2ef0328958488ab47c31c7af4a2e87f9729f700c.tar.bz2
smptests: Add smppsxaffinity02.
This method exercises the ability to dynamically get and set the affinity of POSIX threads. NOTE: There is no scheduler support for affinity. This is simply a data integrity test.
Diffstat (limited to 'testsuites/smptests/Makefile.am')
-rw-r--r--testsuites/smptests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index 9b4c02d88c..ca99c1e83e 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -23,6 +23,7 @@ SUBDIRS += smpswitchextension01
SUBDIRS += smpunsupported01
if HAS_POSIX
SUBDIRS += smppsxaffinity01
+SUBDIRS += smppsxaffinity02
SUBDIRS += smppsxsignal01
endif
endif