1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Revert removal of test targets

This commit is contained in:
Uwe L. Korn 2013-07-26 19:48:56 +02:00
parent ccc1c260f1
commit 3c8272ba81

View File

@ -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