From 17f592d4dd25eae98b1a8378625adc454976fcb6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 28 Dec 2010 13:41:33 +0100 Subject: tests: Start to migrate tests to cmockery. https://code.google.com/p/cmockery/wiki/Cmockery_Unit_Testing_Framework --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 86e80ee0..a96eec81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,8 +92,8 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux") endif (CMAKE_SYSTEM_NAME STREQUAL "Linux") if (WITH_TESTING) - find_package(Check REQUIRED) - include(AddCheckTest) + find_package(CMockery REQUIRED) + include(AddCMockeryTest) add_subdirectory(tests) endif (WITH_TESTING) -- cgit v1.2.3