summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp06/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/smp06/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/smp06/Makefile.am')
-rw-r--r--testsuites/smptests/smp06/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/smptests/smp06/Makefile.am b/testsuites/smptests/smp06/Makefile.am
deleted file mode 100644
index d7d133fd35..0000000000
--- a/testsuites/smptests/smp06/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-
-rtems_tests_PROGRAMS = smp06
-smp06_SOURCES = init.c ../../support/src/locked_print.c
-
-dist_rtems_tests_DATA = smp06.scn
-dist_rtems_tests_DATA += smp06.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-AM_CPPFLAGS += -DSMPTEST
-
-LINK_OBJS = $(smp06_OBJECTS)
-LINK_LIBS = $(smp06_LDLIBS)
-
-smp06$(EXEEXT): $(smp06_OBJECTS) $(smp06_DEPENDENCIES)
- @rm -f smp06$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am