diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-03 01:05:29 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-03 01:10:52 +0200 |
commit | d8ae59e097b3fca29f071d1a792cdb98ad8139cf (patch) | |
tree | af61bedcedfbcd43d2f27e43c8f72ec34530aae7 /chart2/Module_chart2.mk | |
parent | d00e9e7fe2ca5e3663befdf986151dd8e2cac9a3 (diff) |
add concept for chart xshape tests
will be run on a tinderbox for now that will be the reference for
anything related to it
Change-Id: Ib795b53f74e9207d0272342f12d426bbc21164b4
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 \ )) |