]> git.saurik.com Git - apt.git/commit - test/libapt/fileutl_test.cc
CMake: Add unit tests
authorJulian Andres Klode <jak@debian.org>
Sun, 7 Aug 2016 16:22:14 +0000 (18:22 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 10 Aug 2016 14:11:43 +0000 (16:11 +0200)
commit06c2b40b9b9094f4f6391bd1d17cfc3725313070
tree08f853ea0f6cf803c9ef91dbb90de55814833ac1
parent173fa882cf3396ab6d2a9be53c6ea23eda225a1d
CMake: Add unit tests

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
.travis.yml
CMakeLists.txt
README.cmake
test/CMakeLists.txt
test/libapt/CMakeLists.txt [new file with mode: 0644]
test/libapt/fileutl_test.cc
test/libapt/hashsums_test.cc