summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcleanup02
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:42:02 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commit2a99a6a066e5cff89ed6dad5f3ef38ce7da3a6df (patch)
tree0478c73dc68e11e90b3a4b722c3fb418382da3f9 /testsuites/psxtests/psxcleanup02
parenttestsuite/mptests: Merged nested Makefile.am files into one Makefile.am (diff)
downloadrtems-2a99a6a066e5cff89ed6dad5f3ef38ce7da3a6df.tar.bz2
testsuite/psxtests: Merged nested Makefile.am files into one Makefile.am
This change is part of the testsuite Makefile.am reorganization. Update #3382
Diffstat (limited to 'testsuites/psxtests/psxcleanup02')
-rw-r--r--testsuites/psxtests/psxcleanup02/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/testsuites/psxtests/psxcleanup02/Makefile.am b/testsuites/psxtests/psxcleanup02/Makefile.am
deleted file mode 100644
index 6df81d332b..0000000000
--- a/testsuites/psxtests/psxcleanup02/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-rtems_tests_PROGRAMS = psxcleanup02
-psxcleanup02_SOURCES = init.c main.c
-
-dist_rtems_tests_DATA = psxcleanup02.scn psxcleanup02.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 = $(psxcleanup02_OBJECTS)
-LINK_LIBS = $(psxcleanup02_LDLIBS)
-
-psxcleanup02$(EXEEXT): $(psxcleanup02_OBJECTS) $(psxcleanup02_DEPENDENCIES)
- @rm -f psxcleanup02$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am