diff options
| author | David Phillips <david@sighup.nz> | 2019-08-04 14:31:11 +1200 |
|---|---|---|
| committer | David Phillips <david@sighup.nz> | 2019-08-04 14:31:11 +1200 |
| commit | 0e6f47211a0516cf2c96d2b9e89c0d841978c143 (patch) | |
| tree | 10616e955a7be0f8ea92bdb35d72ec49566b5aaf /test/emul | |
| parent | 4b1f9e2cb436e74ce6084dbc35df5f052cb701bf (diff) | |
| download | toy-cpu-assembler-0e6f47211a0516cf2c96d2b9e89c0d841978c143.tar.xz | |
Add test recipe which skips valgrind
Diffstat (limited to 'test/emul')
| -rwxr-xr-x | test/emul/run-emul.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emul/run-emul.sh b/test/emul/run-emul.sh index 2db56f3..0857689 100755 --- a/test/emul/run-emul.sh +++ b/test/emul/run-emul.sh @@ -37,7 +37,7 @@ for asmfile in *.asm ; do continue fi - if "$VALGRIND" $VALGRIND_OPTS "$EMUL" "$binfile" > "$outfile" ; then + if $VALGRIND $VALGRIND_OPTS "$EMUL" "$binfile" > "$outfile" ; then # Each postcondition line must hold true, and forms a separate test to # help track down failures (echo '; POST $0 = 0' ; |
