summaryrefslogtreecommitdiff
path: root/dbaccess/CppunitTest_dbaccess_macros_test.mk
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-11-09 05:54:59 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-11-09 06:36:45 +0100
commita071a29d4f7e8065a36a313027a007edac102e20 (patch)
tree3e6495d3988a3efa55f2034ffc194dcedd875d85 /dbaccess/CppunitTest_dbaccess_macros_test.mk
parente937995ca3718042efabaf04a5161c0c76107b9c (diff)
UnoApiTest don't require Calc
There is no reason for the generic UnoApiTest to require Calc specifically. Calc tests can/should instantiate a Calc instance. We can create a CalcUnoApiTest for that that inherits from UnoApiTest; however this does not seem necessary, "make sc.clean" succeeds. Anyway, the ScGlobals::ensure mentioned in the comment does not seem to exist. This allows us to eliminate some code duplication in tests that were reimplementing UnoApiTest minus the Calc instantiation. Change-Id: I37bea9df41e3960df0458fe689cf6c046a243617
Diffstat (limited to 'dbaccess/CppunitTest_dbaccess_macros_test.mk')
-rw-r--r--dbaccess/CppunitTest_dbaccess_macros_test.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_macros_test.mk b/dbaccess/CppunitTest_dbaccess_macros_test.mk
index f84405ca7e5f..908600c05f28 100644
--- a/dbaccess/CppunitTest_dbaccess_macros_test.mk
+++ b/dbaccess/CppunitTest_dbaccess_macros_test.mk
@@ -53,8 +53,6 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_macros_test, \
))
$(eval $(call gb_CppunitTest_set_include,dbaccess_macros_test,\
- -I$(SRCDIR)/sc/source/ui/inc \
- -I$(SRCDIR)/sc/inc \
$$(INCLUDE) \
))