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