Disable tests on `make debug`
This commit is contained in:
parent
20f1985e1d
commit
ba2cf83759
|
@ -11,7 +11,7 @@ val:
|
||||||
gcc -g -O0 -o $(exe) -D STANDALONE $(files) && ./tests.sh -val
|
gcc -g -O0 -o $(exe) -D STANDALONE $(files) && ./tests.sh -val
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
gcc -g -O0 -o $(exe) -D STANDALONE -D DEBUG $(files) && ./tests.sh
|
gcc -g -O0 -o $(exe) -D STANDALONE -D DEBUG $(files)
|
||||||
|
|
||||||
run:
|
run:
|
||||||
./$(exe)
|
./$(exe)
|
||||||
|
|
Loading…
Reference in New Issue