diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-22 10:38:46 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-22 13:57:32 +0200 |
commit | 171f11bfc9acf1ef4bcb43848c9ed4176c131a6b (patch) | |
tree | ba344b83dc6222b2753313efa03a9903552836c2 /chart2 | |
parent | 925e27014e31c83d26df90347301bb84c6c29cb8 (diff) |
actually this test should be fine as slowcheck test
Change-Id: Ie6f65f1ea2bfc61c9575b88957e6062c2c51566e
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/Module_chart2.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index bb38d2ee6800..13e9f3b86570 100644 --- a/chart2/Module_chart2.mk +++ b/chart2/Module_chart2.mk @@ -16,8 +16,11 @@ $(eval $(call gb_Module_add_targets,chart2,\ UIConfig_chart2 \ )) -$(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ +$(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_importtest \ +)) + +$(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ JunitTest_chart2_unoapi \ )) |