From 505d2eff78b66218552e9b1c1ce5304d87a6dfa4 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 2 Aug 2015 17:44:23 -0500 Subject: [PATCH] Enable testsuite for windows --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56a4f749f9..b425ee1f48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,11 +152,7 @@ ADD_SUBDIRECTORY(cmake/config) # has to be included after source ADD_SUBDIRECTORY(contrib) # has to be included after source ADD_SUBDIRECTORY(examples) -# -# Do not configure testsuite on Windows targets because posix shell and -# commands like 'test', '> /dev/null', 'rm', etc. are not available -# -IF(DEAL_II_HAVE_TESTS_DIRECTORY AND NOT DEAL_II_MSVC) +IF(DEAL_II_HAVE_TESTS_DIRECTORY) ADD_SUBDIRECTORY(tests) ENDIF() -- 2.39.5