summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-11 10:25:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-11 10:29:36 +0100
commit7eb6444d0831d11ca445976fa3fa0bcb4cf31dcb (patch)
tree2eb55688fcedf85a27aedd1da9ef99c7a1bce678 /testsuites/smptests/Makefile.am
parentFilesystem: Add kernel event filter handler (diff)
downloadrtems-7eb6444d0831d11ca445976fa3fa0bcb4cf31dcb.tar.bz2
smptests/smp06: Delete test
This test referred to the first version of the simple SMP scheduler which used the thread execution time for its scheduling decisions. For the current simple SMP scheduler, the execution time of threads is irrelevant (like in the corresponding single-processor variant).
Diffstat (limited to 'testsuites/smptests/Makefile.am')
-rw-r--r--testsuites/smptests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index 3fa0d200e9..ba44b76755 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -7,7 +7,6 @@ SUBDIRS += smp01
SUBDIRS += smp02
SUBDIRS += smp03
SUBDIRS += smp05
-SUBDIRS += smp06
SUBDIRS += smp07
SUBDIRS += smp08
SUBDIRS += smp09