run `make` before run `make test` to test the binary built for usual use

This commit is contained in:
Sunrin SHIMURA (keen) 2016-03-10 10:26:41 +09:00
parent a0edca8d8d
commit d80e6cc455
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