summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-18 09:32:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-18 09:32:51 +0000
commit5813e7153f97729d46308306ecb0f1259adffae6 (patch)
tree7968702e962f2bfd0b6236f6e8050ec292faab8d /testsuites
parent2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5813e7153f97729d46308306ecb0f1259adffae6.tar.bz2
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests.am: Add dirstamp support.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/sptests.am20
2 files changed, 12 insertions, 12 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 8643167b4f..7c9d28e127 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * sptests.am: Add dirstamp support.
+
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
diff --git a/testsuites/sptests/sptests.am b/testsuites/sptests/sptests.am
index b6ba85e5f5..c9ed860f64 100644
--- a/testsuites/sptests/sptests.am
+++ b/testsuites/sptests/sptests.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/sptests/$(dirstamp):
+ @$(mkdir_p) $(project_bspdir)/tests/screens/sptests
+ @: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
-$(project_bspdir)/tests/screens/sptests:
- @$(mkdir_p) $@
-
-$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn
+$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = \
-$(project_bspdir)/tests \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
-$(project_bspdir)/tests/screens \
-$(project_bspdir)/tests/screens/sptests \
$(project_bspdir)/tests/screens/sptests/$(TEST).scn