From f7b8bab7f38b09aff2bce9b314492677c02a3034 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 8 Sep 2015 03:18:32 +0200 Subject: related tdf#93676, add test for chart::CommonFunctors Change-Id: I9667611135300155ee87cca1ad444ad8a6a9aeb1 --- chart2/Module_chart2.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chart2/Module_chart2.mk') diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index de0ab128df4f..dedb5d713f17 100644 --- a/chart2/Module_chart2.mk +++ b/chart2/Module_chart2.mk @@ -21,6 +21,10 @@ $(eval $(call gb_Module_add_l10n_targets,chart2,\ UIConfig_chart2 \ )) +$(eval $(call gb_Module_add_check_targets,chart2,\ + CppunitTest_chart2_common_functors \ +)) + $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_export \ CppunitTest_chart2_import \ -- cgit