summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-26 10:27:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-29 11:15:38 +0200
commit1dbce41bb85ddf1368779a85e3f29815f831094e (patch)
treeb2ee1f4aee2491eeaafb9dc9ea7b77b153116f4a /testsuites/smptests/Makefile.am
parentAdd rtems_interrupt_server_handler_iterate() (diff)
downloadrtems-1dbce41bb85ddf1368779a85e3f29815f831094e.tar.bz2
smptests: Split smpscheduler03
Split smpscheduler03 to run the tests with only one processor. Update #3056.
Diffstat (limited to 'testsuites/smptests/Makefile.am')
-rw-r--r--testsuites/smptests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index 76c02e72d8..3df76c1d67 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -40,6 +40,8 @@ _SUBDIRS += smpscheduler01
_SUBDIRS += smpscheduler02
_SUBDIRS += smpscheduler03
_SUBDIRS += smpscheduler04
+_SUBDIRS += smpscheduler05
+_SUBDIRS += smpscheduler06
_SUBDIRS += smpsignal01
_SUBDIRS += smpstrongapa01
_SUBDIRS += smpswitchextension01