Chocobo1
958929aa77
Improve command for running test
...
It enables `make check` command to build tests and run it
altogether.
2 years ago
Chocobo1
0802b6d506
Fix empty string parameter was omitted
...
`QProcess::splitCommand()` will omit empty strings like `""` so provide
our own replacement.
Closes #13124 .
2 years ago
Chocobo1
60e62dc5ab
Add testing for various classes
2 years ago
Chocobo1
0d715d879d
Specify test files manually
...
So that cmake will detect file changes automatically and therefore we
don't need to re-invoke cmake manually.
2 years ago
Chocobo1
03da68b1cf
Add support for unit testing
...
* Downgraded macOS CI to Qt 6.2.0 due to a bug in Qt Test module
* Revised cmake build scripts
* For now, only building via cmake is supported
PR #17338 .
2 years ago