fdo#77229 testcase

We didn't have EMF+ rendering testcases so far, let's see if it works
out to render into a bitmap and then just assert pixel position colors
there. It's better than nothing for missing shapes at least.

Change-Id: I2d1c63fef1127f69af7156ed6c99553845f77c9f
This commit is contained in:
Miklos Vajna
2014-04-10 11:56:47 +02:00
parent 8f703221a0
commit c3d90aa384
4 changed files with 161 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ ifeq ($(ENABLE_CAIRO_CANVAS),TRUE)
$(eval $(call gb_Module_add_check_targets,cppcanvas,\
CppunitTest_cppcanvas_test \
))
$(eval $(call gb_Module_add_slowcheck_targets,cppcanvas,\
CppunitTest_cppcanvas_emfplus \
))
endif
# vim: set noet sw=4 ts=4: