Build unity build on make check

This commit is contained in:
Torrie Fischer 2014-09-04 09:14:44 -07:00
parent ff76895614
commit 9ed1b49a24

View File

@ -220,7 +220,7 @@ coverage:
# Delete intermediate files
find . -type f -regex ".*\.\(\(gcda\)\|\(gcno\)\)" -exec rm {} \;
check: $(TESTS) ldb
check: $(TESTS) ldb unity
for t in $(TESTS); do echo "***** Running $$t"; ./$$t || exit 1; done
python tools/ldb_test.py