Skip to content
Snippets Groups Projects
Commit 036b0adc authored by raphael.bach's avatar raphael.bach
Browse files

Add valgrind test for -d option in tests target in makefile

parent 3749f25e
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ all: sparse2img img2sparse ...@@ -252,7 +252,7 @@ all: sparse2img img2sparse
tests: tests:
$(SCANBUILD) $(SCANBUILD)
$(CPPCHECK) $(CPPCHECK)
$(VALGRIND) ./sparse2img.out x x 2> $(ANALYZE_PATH)/valgrind $(VALGRIND) ./sparse2img.out -d test.simg 2> $(ANALYZE_PATH)/valgrind_d_option
#$(VALGRIND) ./img2sparse.out test.simg x 2>> $(ANALYZE_PATH)/valgrind #$(VALGRIND) ./img2sparse.out test.simg x 2>> $(ANALYZE_PATH)/valgrind
%.info: %.o %.info: %.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment