mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-25 23:06:23 +02:00
Fix make test
This commit is contained in:
@@ -26,5 +26,3 @@ if(WITH_CRASHREPORTER)
|
||||
add_subdirectory( crashreporter )
|
||||
endif()
|
||||
|
||||
# tests
|
||||
add_subdirectory( tests )
|
||||
|
@@ -1,13 +1,8 @@
|
||||
if( BUILD_TESTS )
|
||||
setup_qt()
|
||||
|
||||
enable_testing()
|
||||
|
||||
include_directories(${CMAKE_CURRENT_LIST_DIR}/../src/tomahawk ${CMAKE_CURRENT_LIST_DIR}/../src/libtomahawk)
|
||||
include(tomahawk_add_test.cmake)
|
||||
|
||||
tomahawk_add_test(Result)
|
||||
tomahawk_add_test(Query)
|
||||
tomahawk_add_test(Database)
|
||||
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user