diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-11-18 02:54:04 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-11-18 04:57:52 +0100 |
commit | a146438bdbe043357b6c729a6136d1aeef269d97 (patch) | |
tree | 1fd7990b153fdc75de6f427bb78f97eb173b480c /sc/Module_sc.mk | |
parent | b5fca203d1561be77ab5f3f78cf3ef38208305f1 (diff) |
tdf#45904 Move XEnumeration Java tests to C++
Move XEnumeration Java tests to C++
for ScIndexEnumeration_DataPilotTablesEnumeration.
Change-Id: I6f5f8439b50cdf313b00f9dd69b780d654b5cdb4
Reviewed-on: https://gerrit.libreoffice.org/63507
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 57272821eed4..4feef0c91f9c 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -135,6 +135,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_functionlistobj \ CppunitTest_sc_headerfootercontentobj \ CppunitTest_sc_indexenumeration_datapilotfieldsenumeration \ + CppunitTest_sc_indexenumeration_datapilottablesenumeration \ CppunitTest_sc_indexenumeration_ddelinksenumeration \ CppunitTest_sc_indexenumeration_scenariosenumeration \ CppunitTest_sc_indexenumeration_tableconditionalentryenumeration \ |