summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-07 07:43:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-07 07:44:07 +0100
commita818d13cc09c225476337234d1e7ae1dd3a0cf56 (patch)
tree1b97afc8294322ec258ced8211fe0c5004a66367 /testsuites/psxtmtests
parentCorrect minor spelling and grammar errors (diff)
downloadrtems-a818d13cc09c225476337234d1e7ae1dd3a0cf56.tar.bz2
build: Remove superfluous psxtmonce01/Makefile.am
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmonce01/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/testsuites/psxtmtests/psxtmonce01/Makefile.am b/testsuites/psxtmtests/psxtmonce01/Makefile.am
deleted file mode 100644
index 242e3937d1..0000000000
--- a/testsuites/psxtmtests/psxtmonce01/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-MANAGERS = all
-
-rtems_tests_PROGRAMS = psxtmonce01
-psxtmonce01_SOURCES = init.c
-psxtmonce01_SOURCES += ../../tmtests/include/timesys.h
-psxtmonce01_SOURCES += ../../support/src/tmtests_empty_function.c
-psxtmonce01_SOURCES += ../../support/src/tmtests_support.c
-
-dist_rtems_tests_DATA = psxtmonce01.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-OPERATION_COUNT = @OPERATION_COUNT@
-AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
-AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(psxtmonce01_OBJECTS) $(psxtmonce01_LDADD)
-LINK_LIBS = $(psxtmonce01_LDLIBS)
-
-psxtmonce01$(EXEEXT): $(psxtmonce01_OBJECTS) $(psxtmonce01_DEPENDENCIES)
- @rm -f psxtmonce01$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am