From f56b4fe57bccfb3bc5611bf75c8fb54c02bcd48c Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 14 Nov 2008 20:55:01 +0000 Subject: -add a test for FindBlitz.cmake -change output prefix from ">>" to "::" (doesn't have to be quoted when grepping) -add option CLEAN_DIRS to RunAllModuleTests.cmake, if you set this to TRUE, the previous test build directories will be removed before running the tests Alex svn path=/trunk/KDE/kdelibs/; revision=884400 --- modules-tests/Blitz/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules-tests/Blitz/CMakeLists.txt (limited to 'modules-tests/Blitz') diff --git a/modules-tests/Blitz/CMakeLists.txt b/modules-tests/Blitz/CMakeLists.txt new file mode 100644 index 00000000..ef81e4df --- /dev/null +++ b/modules-tests/Blitz/CMakeLists.txt @@ -0,0 +1,5 @@ +include("${CMAKE_CURRENT_SOURCE_DIR}/../TestFindPackage.cmake") + +set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../modules" ) + +test_find_package(Blitz BLITZ INCLUDES LIBRARIES) -- cgit v1.2.1