Define DASM_CHECKS when running tests.

This commit is contained in:
Michael Munday 2016-12-09 14:38:37 -05:00
parent 308fa09b6f
commit 111b62229a

View File

@ -2,7 +2,7 @@
# set -x # set -x
# run test # run test
lua ../dynasm.lua test_z_inst.c | gcc -std=gnu99 -Wall -Werror -g -x c -o test_z_inst - lua ../dynasm.lua test_z_inst.c | gcc -DDASM_CHECKS -std=gnu99 -Wall -Werror -g -x c -o test_z_inst -
./test_z_inst ./test_z_inst
ec=$? ec=$?