mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 16:00:39 +01:00
build: add option for running tests
cmake configuration for running tests is now in the tests folder. Add option in main cmake file that has to be set to ON and only build the tests in that case. Update appveyor and travis ci configurations accordingly.
This commit is contained in:
@@ -18,6 +18,7 @@ maddy uses [semver versioning](https://semver.org/).
|
||||
*  Added contribution guideline
|
||||
*  updated cmake minimum required version to 3.25
|
||||
*  gtest is now loaded via cmake and not a git submodule any longer - updated gtest version to 1.13.0
|
||||
*  tests are only run if the cmake option `MADDY_ENABLED_TESTS` is on, moved test cmake code to the `tests` subfolder
|
||||
* ?
|
||||
|
||||
## version 1.1.2 2020-10-04
|
||||
|
||||
Reference in New Issue
Block a user