create a cairo canvas unit test, if only I could use the XCanvas API.

Change-Id: I3b0fdbe92db751e59ecb3f3b59f27e160b3ca226
This commit is contained in:
Michael Meeks
2013-06-11 14:14:31 +01:00
parent 02ee261150
commit eb5e3e3a4e
2 changed files with 99 additions and 0 deletions

View File

@@ -24,4 +24,11 @@ $(eval $(call gb_Module_add_targets,cppcanvas,\
Library_mtfrenderer \
))
# FIXME: should generalize these ...
ifeq ($(ENABLE_CAIRO_CANVAS),TRUE)
$(eval $(call gb_Module_add_check_targets,cppcanvas,\
CppunitTest_cppcanvas_test \
))
endif
# vim: set noet sw=4 ts=4: