mirror of
https://github.com/dgibson/dtc.git
synced 2026-05-12 19:53:02 -04:00
Introduce ${TESTS_BIN} in Makefiles to identify tested executables.
This commit is contained in:
parent
1ede50c355
commit
1456da7e2d
2 changed files with 9 additions and 3 deletions
|
|
@ -65,13 +65,13 @@ tests_clean:
|
|||
rm -f $(STD_CLEANFILES:%=$(TESTS_PREFIX)%)
|
||||
rm -f $(TESTS_CLEANFILES)
|
||||
|
||||
check: tests dtc convert-dtsv0
|
||||
check: tests ${TESTS_BIN}
|
||||
cd $(TESTS_PREFIX); ./run_tests.sh
|
||||
|
||||
checkm: tests dtc convert-dtsv0
|
||||
checkm: tests ${TESTS_BIN}
|
||||
cd $(TESTS_PREFIX); ./run_tests.sh -m 2>&1 | tee vglog.$$$$
|
||||
|
||||
checkv: tests dtc convert-dtsv0
|
||||
checkv: tests ${TESTS_BIN}
|
||||
cd $(TESTS_PREFIX); ./run_tests.sh -v
|
||||
|
||||
ifneq ($(DEPTARGETS),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue