summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-12 13:57:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-12 13:59:47 +0200
commit0562060f074eea3fdcf5274aa3b7cbc8fe14993d (patch)
tree48b73aca60bd416cec3b63011fd9963e5f4d3ba4 /testsuites/sptests/Makefile.am
parentpc386/console/fb*.c: Use atomics to avoid dependency on pthreads (diff)
downloadrtems-0562060f074eea3fdcf5274aa3b7cbc8fe14993d.tar.bz2
sptests/sptasknopreempt01: New test
Update #2365.
Diffstat (limited to 'testsuites/sptests/Makefile.am')
-rw-r--r--testsuites/sptests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index 948a8f0c45..8811623f45 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -37,6 +37,7 @@ if HAS_SMP
else
_SUBDIRS += sp29
endif
+_SUBDIRS += sptasknopreempt01
_SUBDIRS += spintrcritical23
_SUBDIRS += sptimecounter01
_SUBDIRS += sptimecounter02