summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-02-26 09:41:04 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-03-07 09:13:35 -0600
commitf3e6b18a4aa799d778ded7c952baeac6ae26ade0 (patch)
treeb1ab8ef558450080002b3fd46a21bd8c08df330b /testsuites/smptests/Makefile.am
parentsmptests: Add smpaffinity01 (diff)
downloadrtems-f3e6b18a4aa799d778ded7c952baeac6ae26ade0.tar.bz2
smptests: Add smppsxaffinity01.
This test exercises the ability to obtain and modify the affinity field of the POSIX thread attributes.
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 42f1451e71..9b4c02d88c 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -22,6 +22,7 @@ SUBDIRS += smpsignal01
SUBDIRS += smpswitchextension01
SUBDIRS += smpunsupported01
if HAS_POSIX
+SUBDIRS += smppsxaffinity01
SUBDIRS += smppsxsignal01
endif
endif