summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-02 11:37:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-05 13:45:36 +0200
commitb9000fd57132779e0e6a81305105949388f7ad9c (patch)
tree8a9edc20e63b0819ae37f0bdd9a1ddfc83fa941f /testsuites/smptests/Makefile.am
parentsmp: Generalize _Thread_Start_multitasking() (diff)
downloadrtems-b9000fd57132779e0e6a81305105949388f7ad9c.tar.bz2
smptests/smpmigration01: New 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 dbd06034fd..22e69b4c5c 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -19,6 +19,7 @@ SUBDIRS += smpatomic05
SUBDIRS += smpatomic06
SUBDIRS += smpatomic07
SUBDIRS += smplock01
+SUBDIRS += smpmigration01
SUBDIRS += smpschedule01
SUBDIRS += smpsignal01
SUBDIRS += smpunsupported01