summaryrefslogtreecommitdiff
path: root/basic/CppunitTest_basic_macros.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-04-25 15:04:57 -0700
committerJens Carl <j.carl43@gmx.de>2019-05-03 08:24:18 +0200
commit9f71d0f3f98db02ad28712f229665ce910dc0e6e (patch)
treef0fa532c412badcaefdb6b5fa26b051f6b2cf72d /basic/CppunitTest_basic_macros.mk
parent2f9cd77c1cd480244f8c17221c2f74f3f97df57f (diff)
tdf#68339 Other: BASIC Syntax error
Allow expressions (operands) of comparison operators prefixed with the Logical Operator "Not". Change-Id: I1b070e2288dac26b1f1186d38cf5d2f4ad99a406 Reviewed-on: https://gerrit.libreoffice.org/71332 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Jens Carl <j.carl43@gmx.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 7b9aed16dfaf..0ca767e1ddba 100644
--- a/basic/CppunitTest_basic_macros.mk
+++ b/basic/CppunitTest_basic_macros.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basic_macros, \
basic/qa/cppunit/basictest \
basic/qa/cppunit/basic_coverage \
basic/qa/cppunit/test_append \
+ basic/qa/cppunit/test_language_conditionals \
basic/qa/cppunit/test_nested_struct \
basic/qa/cppunit/test_vba \
))