summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-22 10:38:46 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-22 13:57:32 +0200
commit171f11bfc9acf1ef4bcb43848c9ed4176c131a6b (patch)
treeba344b83dc6222b2753313efa03a9903552836c2 /chart2
parent925e27014e31c83d26df90347301bb84c6c29cb8 (diff)
actually this test should be fine as slowcheck test
Change-Id: Ie6f65f1ea2bfc61c9575b88957e6062c2c51566e
Diffstat (limited to 'chart2')
-rw-r--r--chart2/Module_chart2.mk5
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 \
))