summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontests.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 14:03:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 14:03:29 +0000
commit116e54ad1670c240773e5a9a0193dd736de8a934 (patch)
tree20046494a1de9e08f447fe82e3edcb4cd039d79d /testsuites/itrontests/itrontests.am
parentSplit from console.c to eliminate dependencies. (diff)
downloadrtems-116e54ad1670c240773e5a9a0193dd736de8a934.tar.bz2
Uncommitted remains of a previous patch from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> which converted fiels to automake.
Diffstat (limited to '')
-rw-r--r--testsuites/itrontests/itrontests.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am
new file mode 100644
index 0000000000..25e96d366b
--- /dev/null
+++ b/testsuites/itrontests/itrontests.am
@@ -0,0 +1,23 @@
+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