diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-06-19 12:56:50 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-06-19 20:46:03 +0200 |
commit | fc72d1d0c635031b577a12ffbfa79bd04adbae66 (patch) | |
tree | 6b7393c1b8c25456ba658cc10827280d31df69cc /cppcanvas/Module_cppcanvas.mk | |
parent | cf6950962832f3d7acf30eaed81c5b660c9c6135 (diff) |
CppunitTest_cppcanvas_test: enable even if cairo canvas is not
I want to add more tests to it.
Change-Id: Ibadfbafbaa6d6b1cfc1f9aa3761a04de2e2c1f09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153262
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'cppcanvas/Module_cppcanvas.mk')
-rw-r--r-- | cppcanvas/Module_cppcanvas.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/Module_cppcanvas.mk b/cppcanvas/Module_cppcanvas.mk index b341bc00d60b..2522c0a02007 100644 --- a/cppcanvas/Module_cppcanvas.mk +++ b/cppcanvas/Module_cppcanvas.mk @@ -25,11 +25,11 @@ $(eval $(call gb_Module_add_targets,cppcanvas,\ )) # FIXME: should generalize these ... -ifeq ($(ENABLE_CAIRO_CANVAS),TRUE) $(eval $(call gb_Module_add_check_targets,cppcanvas,\ CppunitTest_cppcanvas_test \ )) +ifeq ($(ENABLE_CAIRO_CANVAS),TRUE) ifneq ($(DISPLAY),) $(eval $(call gb_Module_add_slowcheck_targets,cppcanvas,\ CppunitTest_cppcanvas_emfplus \ |