]> granicus.if.org Git - check/commit
Use ctest on VC builds to run unit tests
authorBranden Archer <b.m.archer4@gmail.com>
Mon, 7 Nov 2016 01:32:26 +0000 (20:32 -0500)
committerBranden Archer <b.m.archer4@gmail.com>
Mon, 7 Nov 2016 01:44:10 +0000 (20:44 -0500)
commitdc945746bfe7c586b79d7d4c792e5841b1285257
tree19d70ea4ad6d4f6c43494875545c080d3ba1bd67
parent5954c55b31c6a4dac751dedeccc09a4cc6a1e5a5
Use ctest on VC builds to run unit tests

msbuild was running the unit tests, but if a failure was hit
the output of the unit tests was not printed. As a result,
there was no indication as to what actually failed in a given
unit test program. Using ctest (part of CMake) should
output the unit test program's output for better failure
diagnosis.
appveyor.yml