Cmake export tests: Added directory "autotests/export"

This commit is contained in:
Kornel Benko 2015-11-23 13:12:53 +01:00
parent c0290039ad
commit 2c3e49cb21

View File

@ -166,7 +166,7 @@ macro(handlesuspended TestName reverted testlabel)
endmacro()
# preparing to add e.g. development/mathmacros to the foreach() loop
foreach(libsubfolderx lib/doc lib/examples lib/templates development/mathmacros)
foreach(libsubfolderx lib/doc lib/examples lib/templates development/mathmacros autotests/export)
set(testlabel "export")
if (libsubfolderx MATCHES "lib/doc")
list(APPEND testlabel "manuals")