summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorWeiY <wei.a.yang@gmail.com>2013-09-28 14:54:38 +0800
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-08 16:07:22 +0200
commit33e18a4f4e406add8a688271b77a40a4dd4908d2 (patch)
treee7386b0be5615fb001c5047e15641c0cbc24a8f7 /testsuites/smptests/Makefile.am
parentdelete smpatomic0-7 test cases (diff)
downloadrtems-33e18a4f4e406add8a688271b77a40a4dd4908d2.tar.bz2
rename smpatomic08 to smpatomic01
Diffstat (limited to 'testsuites/smptests/Makefile.am')
-rw-r--r--testsuites/smptests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index d8b5a3edd1..3fa0d200e9 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -12,7 +12,7 @@ SUBDIRS += smp07
SUBDIRS += smp08
SUBDIRS += smp09
if ATOMIC
-SUBDIRS += smpatomic08
+SUBDIRS += smpatomic01
endif
SUBDIRS += smplock01
SUBDIRS += smpmigration01