From: Matthias Maier Date: Sun, 2 Aug 2015 22:44:23 +0000 (-0500) Subject: Enable testsuite for windows X-Git-Tag: v8.4.0-rc2~691^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505d2eff78b66218552e9b1c1ce5304d87a6dfa4;p=dealii.git Enable testsuite for windows --- 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()