summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 11:27:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:46:01 +0200
commitf913c796ffed8fe19e37f9a4dc914f6dca68baa2 (patch)
treee2206e3529d92283f701c1bdfba4f7b7c1422d47 /testsuites/smptests/Makefile.am
parentscore: Add and use _ISR_Get_nest_level() (diff)
downloadrtems-f913c796ffed8fe19e37f9a4dc914f6dca68baa2.tar.bz2
sapi: Add rtems_configuration_is_smp_enabled()
Add a configuration field which indicates if the SMP mode of operation is enabled. This can be used to disable features unsupported on SMP, e.g task variables.
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 86991678a7..6760432ed0 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -21,6 +21,7 @@ SUBDIRS += smpatomic06
SUBDIRS += smpatomic07
SUBDIRS += smplock01
SUBDIRS += smpschedule01
+SUBDIRS += smpunsupported01
endif
include $(top_srcdir)/../automake/subdirs.am