From 46e028017b34f43d7aa8004ccef5a56fccf2826c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 19 Jan 2015 18:19:44 +0100 Subject: Replaced Google-Test with `static_assert` based test cases * as everything this library does happens during compile time it can be checked using standard language features ** i.e. `static_assert` already offers everything needed for test cases in this situation --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ed284d4..289a4e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,13 +14,3 @@ add_executable( tests test.cc ) - -target_link_libraries( - tests - gtest -) - -add_custom_command( - TARGET tests - POST_BUILD COMMAND ./tests -) -- cgit v1.2.3