Skip to content

Commit

Permalink
[build] Run test with MallocScribble=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Jun 23, 2013
1 parent e78f169 commit cab0948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ test/%: test/%.c libsaneopt.a
gcc -L. -lsaneopt $(CFLAGS) $< -o $@

test: libsaneopt.a $(TESTS)
test/test-saneopt
MallocScribble=1 test/test-saneopt

clean:
rm -f libsaneopt.a
Expand Down

0 comments on commit cab0948

Please sign in to comment.