test Valgrind

This commit is contained in:
Milo Yip 2014-06-30 23:32:48 +08:00
parent 1acfc21684
commit a2abe212a1

View File

@ -24,5 +24,5 @@ script:
- make -C build/gmake -f test.make
- make -C build/gmake -f example.make
- cd bin
- ./unittest_${config_suffix}
- valgrind --leak-check=full ./unittest_${config_suffix}
- ./perftest_${config_suffix}