Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-10 | CMake: Add unit tests | Julian Andres Klode | 1 | -0/+1 | |
Add support for our GTest based unit tests. By default, CMake will look in /usr/src/gtest for the external GTest project, but this can be overriden by defining GTEST_ROOT when invoking cmake. Gbp-Dch: ignore | |||||
2016-08-06 | CMake: Switch integration tests and travis over | Julian Andres Klode | 1 | -0/+1 | |
This early support seems a bit hacky, but it's a hard switch: The integration tests do not understand the old build system anymore afterwards. I don't really like that. |