Introducing a quiet test (for automated testing).

This commit is contained in:
Daniel Lemire 2019-02-22 14:09:03 -05:00
parent a242c0a999
commit 37d7f275ac
2 changed files with 7 additions and 1 deletions

View File

@ -6,4 +6,4 @@ steps:
image: gcc:8
commands:
- make
- make test
- make quiettest

View File

@ -66,6 +66,12 @@ test: jsoncheck numberparsingcheck stringparsingcheck
@echo "It looks like the code is good!"
@tput sgr0
quiettest: jsoncheck numberparsingcheck stringparsingcheck
./numberparsingcheck
./stringparsingcheck
./jsoncheck
./scripts/testjson2json.sh
amalgamate:
./amalgamation.sh