source: rtems/testsuites/tmtests/tmtests.am @ cc8f37c

4.104.114.84.95
Last change on this file since cc8f37c was f1a4e10, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/18/03 at 09:49:59

2003-12-18 Ralf Corsepius <corsepiu@…>

  • tmtests.am: Add dirstamp support.
  • Property mode set to 100644
File size: 362 bytes
Line 
1## $Id$
2
3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/tests/$(dirstamp):
6        @$(mkdir_p) $(project_bspdir)/tests
7        @: > $(project_bspdir)/tests/$(dirstamp)
8
9$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
10        $(INSTALL_PROGRAM) $< $@
11
12TMPINSTALL_FILES = \
13$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
Note: See TracBrowser for help on using the repository browser.