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:
commit
52b5e6e521
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue