Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-06-30 19:32:48 +0400
committerMilo Yip <miloyip@gmail.com>2014-06-30 19:32:48 +0400
commita2abe212a1c855780016a7f49feb98a3f9022dd7 (patch)
treed03b6fd71387bf8d2c08943ac20cbd74cf48dfaf /.travis.yml
parent1acfc216841ef581b37247b90052deb1de7781ef (diff)
test Valgrind
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c9118438..265c825d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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}