mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-31 18:16:08 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user