summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpatomic05/Makefile.am
diff options
context:
space:
mode:
authorWeiY <wei.a.yang@gmail.com>2013-09-28 14:54:37 +0800
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-08 16:07:21 +0200
commit27a034ef13e70493eb8457821b87346ee96ee4f8 (patch)
tree324fdcb4ee0a3bc29e0642fd176c779a2f87daab /testsuites/smptests/smpatomic05/Makefile.am
parentadd simple atomic test cases into smpatomic08 (diff)
downloadrtems-27a034ef13e70493eb8457821b87346ee96ee4f8.tar.bz2
delete smpatomic0-7 test cases
Diffstat (limited to 'testsuites/smptests/smpatomic05/Makefile.am')
-rw-r--r--testsuites/smptests/smpatomic05/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/testsuites/smptests/smpatomic05/Makefile.am b/testsuites/smptests/smpatomic05/Makefile.am
deleted file mode 100644
index 0d4489d0d8..0000000000
--- a/testsuites/smptests/smpatomic05/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-rtems_tests_PROGRAMS = smpatomic05
-smpatomic05_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
-
-dist_rtems_tests_DATA = smpatomic05.scn
-dist_rtems_tests_DATA += smpatomic05.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
-
-LINK_OBJS = $(smpatomic05_OBJECTS)
-LINK_LIBS = $(smpatomic05_LDLIBS)
-
-smpatomic05$(EXEEXT): $(smpatomic05_OBJECTS) $(smpatomic05_DEPENDENCIES)
- @rm -f smpatomic05$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am