summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask04
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-11 08:05:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-11 08:05:43 +0000
commitc784867db0d3f1c04127adb88120bc572a5b8297 (patch)
treea16c370c605d6d608f22aa35e61998d6eac5193b /testsuites/itrontests/itrontask04
parentRemove. (diff)
downloadrtems-c784867db0d3f1c04127adb88120bc572a5b8297.tar.bz2
Expand itrontests.am.
Diffstat (limited to 'testsuites/itrontests/itrontask04')
-rw-r--r--testsuites/itrontests/itrontask04/Makefile.am24
1 files changed, 23 insertions, 1 deletions
diff --git a/testsuites/itrontests/itrontask04/Makefile.am b/testsuites/itrontests/itrontask04/Makefile.am
index feb8bdb335..1165e767fd 100644
--- a/testsuites/itrontests/itrontask04/Makefile.am
+++ b/testsuites/itrontests/itrontask04/Makefile.am
@@ -18,7 +18,29 @@ OBJS = $(lib_a_OBJECTS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-include $(top_srcdir)/itrontests.am
+
+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) $< $@
+
+TMPINSTALL_FILES = \
+$(project_bspdir)/tests/$(TEST).exe \
+$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
+
+$(PGM): ${ARCH}/$(dirstamp)
+
#
# (OPTIONAL) Add local stuff here using +=