From: Klaus Kaempf Date: Tue, 27 May 2008 12:27:59 +0000 (+0000) Subject: enable testing with ctest X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~319 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8ef658173f63bdc4d3ca2e8090c0623f3990a6ec;p=thirdparty%2Flibsolv.git enable testing with ctest --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f5feb1f4..7eddbca6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,3 +161,5 @@ ADD_CUSTOM_TARGET( srcpackage COMMAND ${CMAKE_MAKE_PROGRAM} svncheck ${AUTOBUILD_COMMAND} ) + +ENABLE_TESTING()