Skip to content

Commit 86ee570

Browse files
committed
test valgrind
1 parent 74143f3 commit 86ee570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev.makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ test-amalgamate:
2626
python3.4 amalgamate.py
2727
cd dist; gcc -I. -c jsoncpp.cpp
2828

29+
valgrind:
30+
valgrind --error-exitcode=42 --leak-check=full ./build/debug/src/test_lib_json/jsoncpp_test
31+
2932
clean:
3033
\rm -rf *.gz *.asc dist/
3134

0 commit comments

Comments
 (0)