summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests
diff options
context:
space:
mode:
authorWeiY <wei.a.yang@gmail.com>2013-01-25 23:53:52 +0800
committerGedare Bloom <gedare@rtems.org>2013-02-07 17:02:12 -0500
commit9d23df2fbce8311a13067e56d3752ed3470079e4 (patch)
tree7e00d3926e442896fb5496186a334cb79bd3b768 /testsuites/smptests
parentbsp/mpc55xx: Add MPC55XX_ENABLE_START_PROLOGUE (diff)
downloadrtems-9d23df2fbce8311a13067e56d3752ed3470079e4.tar.bz2
score: atomic support for RTEMS automake and autoconf changes
Diffstat (limited to 'testsuites/smptests')
-rw-r--r--testsuites/smptests/Makefile.am7
-rw-r--r--testsuites/smptests/configure.ac7
2 files changed, 14 insertions, 0 deletions
diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index 02975a45a5..7fc0066923 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -12,6 +12,13 @@ SUBDIRS += smp06
SUBDIRS += smp07
SUBDIRS += smp08
SUBDIRS += smp09
+SUBDIRS += smpatomic01
+SUBDIRS += smpatomic02
+SUBDIRS += smpatomic03
+SUBDIRS += smpatomic04
+SUBDIRS += smpatomic05
+SUBDIRS += smpatomic06
+SUBDIRS += smpatomic07
endif
include $(top_srcdir)/../automake/subdirs.am
diff --git a/testsuites/smptests/configure.ac b/testsuites/smptests/configure.ac
index 8a289f7d8f..89af86863b 100644
--- a/testsuites/smptests/configure.ac
+++ b/testsuites/smptests/configure.ac
@@ -41,5 +41,12 @@ smp06/Makefile
smp07/Makefile
smp08/Makefile
smp09/Makefile
+smpatomic01/Makefile
+smpatomic02/Makefile
+smpatomic03/Makefile
+smpatomic04/Makefile
+smpatomic05/Makefile
+smpatomic06/Makefile
+smpatomic07/Makefile
])
AC_OUTPUT