From 130b85588efdf3221130c098c1e7c8898c55ea00 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 27 Dec 2015 10:58:38 +0000 Subject: Fix passing of "release" argument to runtest.pl in release mode. --- infrastructure/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure/cmake') diff --git a/infrastructure/cmake/CMakeLists.txt b/infrastructure/cmake/CMakeLists.txt index 47d30bc5..6dedf429 100644 --- a/infrastructure/cmake/CMakeLists.txt +++ b/infrastructure/cmake/CMakeLists.txt @@ -200,7 +200,7 @@ foreach(module_dep "${module_path}/_main.cpp") add_test(NAME ${test_name} COMMAND ${PERL_EXECUTABLE} ${base_dir}/runtest.pl.in ${test_name} - ${CMAKE_BUILD_TYPE}) + $) elseif(module_name MATCHES "^(lib_.*|qdbm)$") if(DEBUG) message(STATUS "add library '${module_name}': '${module_files}'") -- cgit v1.2.3