summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-07-10 11:45:58 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-07-11 10:12:48 -0500
commit7eb3fd4782e57cb8b23d43c912c132c01783852a (patch)
tree9429733bba177289b1abc8c808b1793b8d3a7fd5 /testsuites/smptests/Makefile.am
parentsmpschedaffinity04: New test. (diff)
downloadrtems-7eb3fd4782e57cb8b23d43c912c132c01783852a.tar.bz2
smpschedaffinity05: Add test for worst case migration for affintiy scheduler.
This test uses a combination of priority and affinity to cause the tasks running on all 4 cores to change due to one task priority change.
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 e025dab892..29f802c18c 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -27,6 +27,7 @@ SUBDIRS += smpschedaffinity01
SUBDIRS += smpschedaffinity02
SUBDIRS += smpschedaffinity03
SUBDIRS += smpschedaffinity04
+SUBDIRS += smpschedaffinity05
SUBDIRS += smpscheduler01
SUBDIRS += smpscheduler02
SUBDIRS += smpscheduler03