Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-25 | follow the googletest merge in build-depends | David Kalnischkies | |
2016-09-02 | CMake: test/libapt: Use a prebuilt GTest library if available | Julian Andres Klode | |
If a non-existing source directory is specified, try finding the system gtest library. Debian derived distributions are a bit strange because they only ship the source code and not the library... | |||
2016-08-10 | CMake: Add unit tests | Julian Andres Klode | |
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 |