summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-18 09:47:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-18 09:47:17 +0000
commit4ef462ee3a07892f44168bae44448a671c73b1fa (patch)
tree023364b47161f754646f637ef78d3d442b98eb96 /testsuites
parent2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4ef462ee3a07892f44168bae44448a671c73b1fa.tar.bz2
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itrontests.am: Add dirstamp support.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/itrontests/ChangeLog4
-rw-r--r--testsuites/itrontests/itrontests.am20
2 files changed, 12 insertions, 12 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index dcce8f916a..abe0b9e56e 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * itrontests.am: Add dirstamp support.
+
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am
index 6cefec0e25..172a030c19 100644
--- a/testsuites/itrontests/itrontests.am
+++ b/testsuites/itrontests/itrontests.am
@@ -2,24 +2,20 @@
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
-$(project_bspdir)/tests:
- @$(mkdir_p) $@
+$(project_bspdir)/tests/$(dirstamp):
+ @$(mkdir_p) $(project_bspdir)/tests
+ @: > $(project_bspdir)/tests/$(dirstamp)
-$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
+$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
-$(project_bspdir)/tests/screens:
- @$(mkdir_p) $@
+$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
+ @$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
+ @: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
-$(project_bspdir)/tests/screens/itrontests:
- @$(mkdir_p) $@
-
-$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn
+$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
$(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