Fix tests
This commit is contained in:
parent
becdbb05a3
commit
3d8c11ff5a
@ -50,6 +50,7 @@ add_library(clementine_library
|
|||||||
target_link_libraries(clementine_library
|
target_link_libraries(clementine_library
|
||||||
clementine_core
|
clementine_core
|
||||||
clementine_playlist
|
clementine_playlist
|
||||||
|
clementine_ui
|
||||||
)
|
)
|
||||||
|
|
||||||
add_translation_source(library ${SOURCES} ${MOC} ${UIC})
|
add_translation_source(library ${SOURCES} ${MOC} ${UIC})
|
||||||
|
@ -95,7 +95,7 @@ add_test_file(database_test.cpp false)
|
|||||||
add_test_file(librarybackend_test.cpp false)
|
add_test_file(librarybackend_test.cpp false)
|
||||||
add_test_file(albumcoverfetcher_test.cpp false)
|
add_test_file(albumcoverfetcher_test.cpp false)
|
||||||
add_test_file(xspfparser_test.cpp false)
|
add_test_file(xspfparser_test.cpp false)
|
||||||
add_test_file(librarymodel_test.cpp false)
|
add_test_file(librarymodel_test.cpp true)
|
||||||
add_test_file(albumcovermanager_test.cpp true)
|
add_test_file(albumcovermanager_test.cpp true)
|
||||||
add_test_file(songplaylistitem_test.cpp false)
|
add_test_file(songplaylistitem_test.cpp false)
|
||||||
add_test_file(translations_test.cpp false)
|
add_test_file(translations_test.cpp false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user