more test cases
This commit is contained in:
parent
4a0ce18034
commit
5b4dcfd8a4
2 changed files with 85 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue