From 3c8272ba818c15969b84e223a1f03f1373ea1985 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 26 Jul 2013 19:48:56 +0200 Subject: [PATCH] Revert removal of test targets --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 331514adf..e0ba95202 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -354,10 +354,10 @@ ADD_SUBDIRECTORY( thirdparty ) ADD_SUBDIRECTORY( src ) ADD_SUBDIRECTORY( admin ) -#if( BUILD_TESTS ) -# enable_testing() -# add_subdirectory( tests ) -#endif() +if( BUILD_TESTS ) + enable_testing() + add_subdirectory( tests ) +endif() # Add all targets to the build-tree export set