more test cases

This commit is contained in:
Niels 2015-02-08 18:27:16 +01:00
parent 4a0ce18034
commit 5b4dcfd8a4
2 changed files with 85 additions and 4 deletions

View file

@ -22,6 +22,6 @@ script:
after_success:
- make clean
- make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage"
- make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage -std=c++11"
- ./json_unit
- coveralls --exclude test/catch.hpp --exclude test/unit.cpp --include src/json.hpp --gcov-options '\-lp' --gcov 'gcov-4.9'