summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-18 09:49:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-18 09:49:59 +0000
commitf1a4e10f2efa4ea366921426fac41c931094d64c (patch)
treed58487fbafa2d988633845652cf8e2a653fed2c1 /testsuites/tmtests
parent2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f1a4e10f2efa4ea366921426fac41c931094d64c.tar.bz2
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests.am: Add dirstamp support.
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/ChangeLog4
-rw-r--r--testsuites/tmtests/tmtests.am8
2 files changed, 8 insertions, 4 deletions
diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog
index 427d6829b7..cd820b5299 100644
--- a/testsuites/tmtests/ChangeLog
+++ b/testsuites/tmtests/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * tmtests.am: Add dirstamp support.
+
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
diff --git a/testsuites/tmtests/tmtests.am b/testsuites/tmtests/tmtests.am
index 1c524fa4b2..215a4086f5 100644
--- a/testsuites/tmtests/tmtests.am
+++ b/testsuites/tmtests/tmtests.am
@@ -2,12 +2,12 @@
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) $< $@
TMPINSTALL_FILES = \
-$(project_bspdir)/tests \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe