mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Run tests on WIndows CI (#4056)
* Run tests on Windows CI. * Add message logger * Skip tests that cannot be linked. * Fix test call * Fix mock link issue on MSVC * Fix PATH variable to find libraries for tests * Fail test step on test errors
This commit is contained in:
parent
44297dcd1c
commit
daa89a9fb4
3 changed files with 18 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/*
|
||||
* Beware of this preprocessor hack used to redefine the settingCache class
|
||||
* instead of including it and all of its dependencies.
|
||||
* Always set header guards of mocked objects before including any headers
|
||||
* with mocked objects.
|
||||
*/
|
||||
|
||||
#include <QObject>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue