summaryrefslogtreecommitdiffstats
path: root/c/src/tests/mptests/mptests.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/mptests/mptests.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/c/src/tests/mptests/mptests.am b/c/src/tests/mptests/mptests.am
deleted file mode 100644
index 789e4efaa2..0000000000
--- a/c/src/tests/mptests/mptests.am
+++ /dev/null
@@ -1,29 +0,0 @@
-## $Id$
-
-project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
-
-$(project_bspdir)/tests:
- @$(mkinstalldirs) $@
-
-$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe: $(PGM)
- $(INSTALL_PROGRAM) $< $@
-
-$(project_bspdir)/tests/screens:
- @$(mkinstalldirs) $@
-
-$(project_bspdir)/tests/screens/mptests:
- @$(mkinstalldirs) $@
-
-$(project_bspdir)/tests/screens/mptests/node$(NODE):
- @$(mkinstalldirs) $@
-
-$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES = \
-$(project_bspdir)/tests \
-$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe \
-$(project_bspdir)/tests/screens \
-$(project_bspdir)/tests/screens/mptests \
-$(project_bspdir)/tests/screens/mptests/node$(NODE) \
-$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn