Run unit tests as part of CI

This commit is contained in:
Jacob Perron 2018-04-01 20:47:51 -07:00 committed by jacobperron
parent 3fca0c5798
commit 59fcc041d9

View file

@ -14,3 +14,5 @@ script:
- cmake --version
- cmake .
- make
- export GTEST_OUTPUT="xml:test_results/"
- make test