1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 20:04:00 +02: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( src )
ADD_SUBDIRECTORY( admin ) ADD_SUBDIRECTORY( admin )
#if( BUILD_TESTS ) if( BUILD_TESTS )
# enable_testing() enable_testing()
# add_subdirectory( tests ) add_subdirectory( tests )
#endif() endif()
# Add all targets to the build-tree export set # Add all targets to the build-tree export set