commit | 88184d142bc4a61aa47102345218470873d1de8d | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Wed Apr 22 19:43:27 2015 -0700 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Mon Apr 27 04:03:34 2015 +0100 |
tree | 2d4981a989e76215cb4822a83755e2e9a8cb80b2 | |
parent | ae177fd901c10953ebb042bf5922185b917a3071 [diff] [blame] |
run valgrind in Travis CI Because this runs apt-get, it will not work as-is for OSX. So when we have OSX in Travis, we will have to wrap this somehow. See #250. Closes #222.
diff --git a/dev.makefile b/dev.makefile index e289266..d288b16 100644 --- a/dev.makefile +++ b/dev.makefile
@@ -26,6 +26,9 @@ python3.4 amalgamate.py cd dist; gcc -I. -c jsoncpp.cpp +valgrind: + valgrind --error-exitcode=42 --leak-check=full ./build/debug/src/test_lib_json/jsoncpp_test + clean: \rm -rf *.gz *.asc dist/