Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: Add unit tests | Julian Andres Klode | 2016-08-10 | 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 | ||||
* | CMake: Switch integration tests and travis over | Julian Andres Klode | 2016-08-06 | 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. |