diff options
Diffstat (limited to 'chart2/Module_chart2.mk')
-rw-r--r-- | chart2/Module_chart2.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index 611e699705a9..dba950679e9d 100644 --- a/chart2/Module_chart2.mk +++ b/chart2/Module_chart2.mk @@ -28,6 +28,13 @@ $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_import \ )) +ifeq ($(ENABLE_CHART_TESTS),TRUE) +$(eval $(call gb_Module_add_slowcheck_targets,chart2,\ + CppunitTest_chart2_xshape \ +)) + +endif + $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ JunitTest_chart2_unoapi \ )) |