summaryrefslogtreecommitdiff
path: root/basic/CppunitTest_basic_macros.mk
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2021-10-29 08:40:14 +0200
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2021-10-30 18:28:17 +0200
commit27d96bfaea5f7967a11dc3a7e2bc9d88dd6f5666 (patch)
treeeefd2f2758c492b3adf773e92f8e163447afec20 /basic/CppunitTest_basic_macros.mk
parent8d1ebf5336c8194977d807e43c46b41b0cbcf88d (diff)
tdf#145371 - Delete array variable only before ReDim
Otherwise, global array variables don't maintain their state. Change-Id: I10dafd9e2946630c5476c9858f765d67ef2f6d6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124368 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'basic/CppunitTest_basic_macros.mk')
-rw-r--r--basic/CppunitTest_basic_macros.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/CppunitTest_basic_macros.mk b/basic/CppunitTest_basic_macros.mk
index c70bfff42c68..83a9221369f0 100644
--- a/basic/CppunitTest_basic_macros.mk
+++ b/basic/CppunitTest_basic_macros.mk
@@ -20,6 +20,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basic_macros, \
basic/qa/cppunit/test_nested_struct \
basic/qa/cppunit/test_vba \
basic/qa/cppunit/test_global_as_new \
+ basic/qa/cppunit/test_global_array \
))
$(eval $(call gb_CppunitTest_use_libraries,basic_macros, \