Commit Graph

2 Commits

Author SHA1 Message Date
Carbenium
f94e8b4a35 tests: Add some basic tests for EventMap
(cherry picked from commit 7950275697)
2021-07-29 19:09:23 +02:00
Carbenium
831c45b1da dep: Add catch2 unit test framework and wire it up
To enable the test suite, make sure to configure CMake with -DBUILD_TESTING=1 , since it is disabled by default. The catch2 dependency will be downloaded during configure time.

Also add a new target "tests-common", which includes unit tests for the "common" project. To finally run the tests use the "test" target.

CircleCI: Run unit tests
(cherry picked from commit 6a28ee7b2a)
2021-07-29 19:07:52 +02:00