From 306cbb82ecf0d7c1ba4fb0a1240175b1976bd25b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 18 Jun 2014 22:49:17 +1000 Subject: GTest unit testing framework Currently covers only small set of functionality. --- tests/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 78262f54782..fa0b86a2637 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -2,3 +2,6 @@ # Python CTests add_subdirectory(python) +# GTest +add_subdirectory(gtests) + -- cgit v1.2.3