Introducing a quiet test (for automated testing).
This commit is contained in:
parent
a242c0a999
commit
37d7f275ac
|
@ -6,4 +6,4 @@ steps:
|
|||
image: gcc:8
|
||||
commands:
|
||||
- make
|
||||
- make test
|
||||
- make quiettest
|
||||
|
|
6
Makefile
6
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue