summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-19 11:21:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-06 09:43:58 +0100
commitba25cc208c5c83453a57cc42e402c55ac3ffe019 (patch)
tree65fb290fb28342134eb6ab860cfe4b07fa2261ed /testsuites/smptests/Makefile.am
parentscore: SMP initialization and shutdown changes (diff)
downloadrtems-ba25cc208c5c83453a57cc42e402c55ac3ffe019.tar.bz2
score: Add and use _Giant_Drop()
New test smptests/smpfatal03.
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 8422f3a7a4..b15bad5c16 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -13,6 +13,7 @@ SUBDIRS += smp09
SUBDIRS += smpatomic01
SUBDIRS += smpfatal01
SUBDIRS += smpfatal02
+SUBDIRS += smpfatal03
SUBDIRS += smplock01
SUBDIRS += smpmigration01
SUBDIRS += smpschedule01