From 2c3e49cb21507bbff1ccd0a499abca9f7ebda879 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 23 Nov 2015 13:12:53 +0100 Subject: [PATCH] Cmake export tests: Added directory "autotests/export" --- development/autotests/ExportTests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake index fc20f0d33e..bb05af9273 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")