commit 2c3e49cb21507bbff1ccd0a499abca9f7ebda879
Author: Kornel Benko <[email protected]>
Date:   Mon Nov 23 13:12:53 2015 +0100

    Cmake export tests: Added directory "autotests/export"

diff --git a/development/autotests/ExportTests.cmake 
b/development/autotests/ExportTests.cmake
index fc20f0d..bb05af9 100644
--- a/development/autotests/ExportTests.cmake
+++ b/development/autotests/ExportTests.cmake
@@ -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")

Reply via email to