summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-02 15:33:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-05 08:26:27 +0200
commit145becf0759d39d7779760af8f1e11d623997938 (patch)
tree104e027282b896e3cf1a35bfcaecd0a6bf25505c /testsuites/smptests/Makefile.am
parentscore: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORS (diff)
downloadrtems-145becf0759d39d7779760af8f1e11d623997938.tar.bz2
score: Add SMP test message handler
This handler can be used to test the inter-processor interrupt implementation.
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 f16d39664d..d82503a17c 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -18,6 +18,7 @@ SUBDIRS += smpfatal04
SUBDIRS += smpfatal05
SUBDIRS += smpfatal07
SUBDIRS += smpfatal08
+SUBDIRS += smpipi01
SUBDIRS += smpload01
SUBDIRS += smplock01
SUBDIRS += smpmigration01