forked from Imagelibrary/rtems
Patch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the libtests directory from Makefile.in to Makefile.am.
This commit is contained in:
23
c/src/tests/sptests/sptests.am
Normal file
23
c/src/tests/sptests/sptests.am
Normal file
@@ -0,0 +1,23 @@
|
||||
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
|
||||
|
||||
$(project_bspdir)/tests:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
$(project_bspdir)/tests/screens:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/tests/screens/sptests:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn
|
||||
$(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
|
||||
23
testsuites/sptests/sptests.am
Normal file
23
testsuites/sptests/sptests.am
Normal file
@@ -0,0 +1,23 @@
|
||||
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
|
||||
|
||||
$(project_bspdir)/tests:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
$(project_bspdir)/tests/screens:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/tests/screens/sptests:
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn
|
||||
$(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
|
||||
Reference in New Issue
Block a user