meekrosoft / fff

A testing micro framework for creating function test doubles
Other
761 stars 167 forks source link

AppVeyor not running gtests for MSVC projects #65

Closed wulfgarpro closed 5 years ago

wulfgarpro commented 5 years ago

AppVeyor CI, added for the MSVC test projects, is building but not running the actual tests.

This should be fixed ASAP.

wulfgarpro commented 5 years ago

@meekrosoft, I've assigned this to you since it doesn't look like there's a source configuration I can access. Please tell me if I'm wrong.

wulfgarpro commented 5 years ago

@meekrosoft, I've configured AppVeyor to execute the test binaries using the test script feature, given in it's present state it was unable to auto discover the gtests [in the MS projects]. This is an improvement given the tests hadn't been running up until this point.

In the future, it would probably be better to use the auto discover feature given any new test binaries for the MS test project will not run with this scripted configuration.