diff options
-rw-r--r-- | tests/CMakeLists.txt | 5 | ||||
-rw-r--r-- | tests/inspectiontest.cpp | 2 | ||||
-rw-r--r-- | tests/modelinteractivitytest.cpp | 1 |
3 files changed, 2 insertions, 6 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8cc34b7..6cd46d9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -62,7 +62,4 @@ auto_tests ( | |||
62 | target_link_libraries(dummyresourcetest sink_resource_dummy) | 62 | target_link_libraries(dummyresourcetest sink_resource_dummy) |
63 | target_link_libraries(dummyresourcebenchmark sink_resource_dummy) | 63 | target_link_libraries(dummyresourcebenchmark sink_resource_dummy) |
64 | target_link_libraries(dummyresourcewritebenchmark sink_resource_dummy) | 64 | target_link_libraries(dummyresourcewritebenchmark sink_resource_dummy) |
65 | target_link_libraries(querytest sink_resource_dummy) | 65 | |
66 | target_link_libraries(modelinteractivitytest sink_resource_dummy) | ||
67 | target_link_libraries(inspectiontest sink_resource_dummy) | ||
68 | target_link_libraries(notificationtest sink_resource_dummy) | ||
diff --git a/tests/inspectiontest.cpp b/tests/inspectiontest.cpp index b03f277..4e17785 100644 --- a/tests/inspectiontest.cpp +++ b/tests/inspectiontest.cpp | |||
@@ -2,10 +2,10 @@ | |||
2 | 2 | ||
3 | #include <QString> | 3 | #include <QString> |
4 | 4 | ||
5 | #include "dummyresource/resourcefactory.h" | ||
6 | #include "store.h" | 5 | #include "store.h" |
7 | #include "resourcecontrol.h" | 6 | #include "resourcecontrol.h" |
8 | #include "resourceconfig.h" | 7 | #include "resourceconfig.h" |
8 | #include "resource.h" | ||
9 | #include "log.h" | 9 | #include "log.h" |
10 | #include "testutils.h" | 10 | #include "testutils.h" |
11 | 11 | ||
diff --git a/tests/modelinteractivitytest.cpp b/tests/modelinteractivitytest.cpp index da643a8..2939323 100644 --- a/tests/modelinteractivitytest.cpp +++ b/tests/modelinteractivitytest.cpp | |||
@@ -3,7 +3,6 @@ | |||
3 | #include <QString> | 3 | #include <QString> |
4 | #include <iostream> | 4 | #include <iostream> |
5 | 5 | ||
6 | #include "dummyresource/resourcefactory.h" | ||
7 | #include "store.h" | 6 | #include "store.h" |
8 | #include "resourcecontrol.h" | 7 | #include "resourcecontrol.h" |
9 | #include "commands.h" | 8 | #include "commands.h" |