Makefile.am: Add build-aux tests to `check' target

* Makefile.am (check): Add build-aux tests to target.
master
Mike Gerwitz 2018-10-02 13:52:32 -04:00
parent c675207696
commit be59eb74a6
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ SUBDIRS = doc progtest
path_src = src
path_test = test
path_aux = build-aux
# all source files will be run through hoxsl; see `applies' target
apply_src := $(shell find "$(path_src)" "$(path_test)" \
@ -49,6 +50,7 @@ applies: $(apply_dest)
test: check
check: | applies
for test in $(path_aux)/test/test-*; do ./$$test || exit 1; done
$(path_test)/runner
progtest: FORCE