summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/rhmlatency
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:43:30 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commit590a5809bd3ed43ec9d3aad54a1f238792a5aefd (patch)
tree20350f5aae801038692b4b8b978681ba44d0ad7b /testsuites/rhealstone/rhmlatency
parenttestsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.am (diff)
downloadrtems-590a5809bd3ed43ec9d3aad54a1f238792a5aefd.tar.bz2
testsuite/irhealstone: 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/rhealstone/rhmlatency')
-rw-r--r--testsuites/rhealstone/rhmlatency/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/testsuites/rhealstone/rhmlatency/Makefile.am b/testsuites/rhealstone/rhmlatency/Makefile.am
deleted file mode 100644
index c8d90095f8..0000000000
--- a/testsuites/rhealstone/rhmlatency/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-MANAGERS = all
-
-rtems_tests_PROGRAMS = rhmlatency
-rhmlatency_SOURCES = mlatency.c
-rhmlatency_SOURCES += ../../tmtests/include/timesys.h
-
-dist_rtems_tests_DATA = rhmlatency.adoc
-
-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)/../tmtests/include
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(rhmlatency_OBJECTS) $(rhmlatency_ldaDD)
-LINK_LIBS = $(rhmlatency_LDLIBS)
-
-rhmlatency$(EXEEXT): $(rhmlatency_OBJECTS) $(rhmlatency_DEPENDENCIES)
- @rm -f rhmlatency$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am