This is not meant to be used as a test with make test

This commit is contained in:
Luca Beltrame 2015-08-25 16:55:12 +02:00
parent 3fadd93cff
commit 86fb685877

View file

@ -4,10 +4,10 @@ set (test_SRCS
test_konachan.cpp
test_apis.cpp)
ecm_add_test(${test_SRCS} LINK_LIBRARIES
Qt5::Widgets
Qt5::Core
KF5::KIOCore
KF5::GuiAddons
danbooru
TEST_NAME test_konachan_api)
add_executable(test_konachan_api ${test_SRCS})
target_link_libraries(test_konachan_api PRIVATE
Qt5::Widgets
Qt5::Core
KF5::KIOCore
KF5::GuiAddons
danbooru)