From 902a1bed612f295691cf709c333b39919e4a2add Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 16 May 2014 18:10:24 +0200 Subject: [PATCH] this is more an example than a test especially because requires installation --- examples/CMakeLists.txt | 1 + {tests => examples}/testcontainmentactionsplugin/CMakeLists.txt | 0 {tests => examples}/testcontainmentactionsplugin/config.ui | 0 .../plasma-containmentactions-test.desktop | 0 {tests => examples}/testcontainmentactionsplugin/test.cpp | 0 {tests => examples}/testcontainmentactionsplugin/test.h | 0 tests/CMakeLists.txt | 1 - 7 files changed, 1 insertion(+), 1 deletion(-) rename {tests => examples}/testcontainmentactionsplugin/CMakeLists.txt (100%) rename {tests => examples}/testcontainmentactionsplugin/config.ui (100%) rename {tests => examples}/testcontainmentactionsplugin/plasma-containmentactions-test.desktop (100%) rename {tests => examples}/testcontainmentactionsplugin/test.cpp (100%) rename {tests => examples}/testcontainmentactionsplugin/test.h (100%) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 7ab4d05ad..7b6d8e089 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -8,3 +8,4 @@ add_subdirectory(applets) add_subdirectory(containments) add_subdirectory(wallpapers) add_subdirectory(dataengines) +add_subdirectory(testcontainmentactionsplugin) diff --git a/tests/testcontainmentactionsplugin/CMakeLists.txt b/examples/testcontainmentactionsplugin/CMakeLists.txt similarity index 100% rename from tests/testcontainmentactionsplugin/CMakeLists.txt rename to examples/testcontainmentactionsplugin/CMakeLists.txt diff --git a/tests/testcontainmentactionsplugin/config.ui b/examples/testcontainmentactionsplugin/config.ui similarity index 100% rename from tests/testcontainmentactionsplugin/config.ui rename to examples/testcontainmentactionsplugin/config.ui diff --git a/tests/testcontainmentactionsplugin/plasma-containmentactions-test.desktop b/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop similarity index 100% rename from tests/testcontainmentactionsplugin/plasma-containmentactions-test.desktop rename to examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop diff --git a/tests/testcontainmentactionsplugin/test.cpp b/examples/testcontainmentactionsplugin/test.cpp similarity index 100% rename from tests/testcontainmentactionsplugin/test.cpp rename to examples/testcontainmentactionsplugin/test.cpp diff --git a/tests/testcontainmentactionsplugin/test.h b/examples/testcontainmentactionsplugin/test.h similarity index 100% rename from tests/testcontainmentactionsplugin/test.h rename to examples/testcontainmentactionsplugin/test.h diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2eaec7f5d..d09baa162 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,3 @@ add_subdirectory(kplugins) add_subdirectory(dpi) add_subdirectory(testengine) -add_subdirectory(testcontainmentactionsplugin) \ No newline at end of file