Turned back on testing flag.

This commit is contained in:
James Goppert 2016-01-23 23:58:43 -05:00
parent 20a1f902b1
commit faee66273b

View File

@ -3,7 +3,7 @@ sudo: false
install:
- pip install --user cpp-coveralls
script:
- cmake -DCMAKE_BUILD_TYPE=Profile .
- cmake -DCMAKE_BUILD_TYPE=Profile -DTEST=ON .
- make
- make check_format
- ctest -V