forked from Imagelibrary/rtems
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
## $Id$
|
|
|
|
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) $< $@
|
|
|
|
$(PGM): ${ARCH}/$(dirstamp)
|
|
|
|
TMPINSTALL_FILES = \
|
|
$(project_bspdir)/tests/$(TEST).exe
|