|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
|
|
|
|
|
|
|
set(proxyModelTestSources |
|
|
|
set(proxyModelSmokeTestSources |
|
|
|
kselectionproxymodeltestsuite.cpp |
|
|
|
kselectionproxymodeltestsuite.cpp |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
@ -15,15 +15,15 @@ add_subdirectory(proxymodeltestsuite) |
|
|
|
include(ECMAddTests) |
|
|
|
include(ECMAddTests) |
|
|
|
|
|
|
|
|
|
|
|
ecm_add_tests( |
|
|
|
ecm_add_tests( |
|
|
|
kdescendantsproxymodeltest.cpp |
|
|
|
kdescendantsproxymodel_smoketest.cpp |
|
|
|
klinkitemselectionmodeltest.cpp |
|
|
|
klinkitemselectionmodeltest.cpp |
|
|
|
testmodelqueuedconnections.cpp |
|
|
|
testmodelqueuedconnections.cpp |
|
|
|
LINK_LIBRARIES KF5::ItemModels Qt5::Test Qt5::Widgets proxymodeltestsuite |
|
|
|
LINK_LIBRARIES KF5::ItemModels Qt5::Test Qt5::Widgets proxymodeltestsuite |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
#we need additional sources for this test, can't use it in ecm_add_tests |
|
|
|
#we need additional sources for this test, can't use it in ecm_add_tests |
|
|
|
ecm_add_test(kselectionproxymodeltest.cpp ${proxyModelTestSources} |
|
|
|
ecm_add_test(kselectionproxymodel_smoketest.cpp ${proxyModelSmokeTestSources} |
|
|
|
TEST_NAME "kselectionproxymodeltest" |
|
|
|
TEST_NAME "kselectionproxymodel_smoketest" |
|
|
|
LINK_LIBRARIES KF5::ItemModels Qt5::Test Qt5::Widgets proxymodeltestsuite |
|
|
|
LINK_LIBRARIES KF5::ItemModels Qt5::Test Qt5::Widgets proxymodeltestsuite |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|