summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/itrontests/itrontests.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am
deleted file mode 100644
index 32ae41a5e8..0000000000
--- a/testsuites/itrontests/itrontests.am
+++ /dev/null
@@ -1,23 +0,0 @@
-## $Id$
-
-project_bspdir=$(PROJECT_ROOT)
-
-$(project_bspdir)/tests/$(dirstamp):
- @$(mkdir_p) $(project_bspdir)/tests
- @: > $(project_bspdir)/tests/$(dirstamp)
-
-$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
- $(INSTALL_PROGRAM) $< $@
-
-$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
- @$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
- @: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
-
-$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
- $(INSTALL_DATA) $< $@
-
-$(PGM): ${ARCH}/$(dirstamp)
-
-TMPINSTALL_FILES = \
-$(project_bspdir)/tests/$(TEST).exe \
-$(project_bspdir)/tests/screens/itrontests/$(TEST).scn