summaryrefslogtreecommitdiff
path: root/chart2/Module_chart2.mk
diff options
context:
space:
mode:
authorPhilippe Jung <phil.jung@free.fr>2015-06-22 11:41:43 +0200
committerPhilippe Jung <phil.jung@free.fr>2015-06-22 09:55:49 +0000
commit733f5887af46d1d5e2fbea6be93cabb2a1749752 (patch)
treef47a73da757035f73d7e51db91bffb1c26fc91f0 /chart2/Module_chart2.mk
parent9908b6447ebbeec16544bd61eca6f22f1ecefbaa (diff)
Add unit tests for chart2 trend calculators
Will be used to check tdf#70673 is fixed. Test will fail before the fix and should pass after. Change-Id: I9e0fdc696fb99ac2f0e24b04273391d526c629a6 Reviewed-on: https://gerrit.libreoffice.org/16406 Reviewed-by: Philippe Jung <phil.jung@free.fr> Tested-by: Philippe Jung <phil.jung@free.fr>
Diffstat (limited to 'chart2/Module_chart2.mk')
-rw-r--r--chart2/Module_chart2.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index 16a74a1f67c0..de0ab128df4f 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.mk
@@ -24,6 +24,7 @@ $(eval $(call gb_Module_add_l10n_targets,chart2,\
$(eval $(call gb_Module_add_slowcheck_targets,chart2,\
CppunitTest_chart2_export \
CppunitTest_chart2_import \
+ CppunitTest_chart2_trendcalculators \
))
ifeq ($(ENABLE_CHART_TESTS),TRUE)