Browse Source

Make sure to test the compiled tests (#1443)

wildcard would only work once it's compiled; starting with a pristine
tree it would not see them.
master
Samuel Thibault 2 years ago
parent
commit
50a4675127
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Makefile.am

+ 2
- 1
Makefile.am View File

@@ -321,7 +321,8 @@ tests/ieee80.check: LOG_COMPILER=$(VALGRIND)
@echo " TEST $<"
@ESPEAK_DATA_PATH=$(CURDIR) $(LOG_COMPILER) $< && echo " PASSED $<"

TEST = $(filter-out tests/windows-data.test,$(wildcard tests/*.test))
TEST = $(filter-out tests/windows-data.test,$(wildcard tests/*.test)) \
$(check_PROGRAMS)

check: $(TEST:.test=.check)


Loading…
Cancel
Save