Provisions for self-contained plugin tests

Plugin tests are not placed into a "*.klp_ut" shared object
and are executed by the unit test runner.
This commit is contained in:
Matthias Koefferlein
2017-08-12 18:03:45 +02:00
parent eea686a5b9
commit 4e299d45f2
6 changed files with 74 additions and 2 deletions
+2
View File
@@ -3,5 +3,7 @@ TEMPLATE = subdirs
# Automatically include all sub-folders, but not the .pro file
SUBDIR_LIST = $$files($$PWD/*)
SUBDIR_LIST -= $$PWD/plugins.pro
SUBDIR_LIST -= $$PWD/plugin.pri
SUBDIR_LIST -= $$PWD/plugin_ut.pri
SUBDIRS = $$SUBDIR_LIST