Merge pull request #336 from picrin-scheme/test-with-all

run `make` before run `make test` to test the binary built for usual use
This commit is contained in:
Yuichi Nishiwaki 2016-03-10 18:31:45 +09:00
commit 52b5e6e521
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ env:
- CFLAGS="-m64"
script:
- perl --version
- make
- make test
# - make test-contrib TEST_RUNNER="valgrind -q --leak-check=full --dsymutil=yes --error-exitcode=1 bin/picrin"
- make clean