summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-09-25 11:22:39 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-09-25 16:39:10 +0100
commitd998a6ae3afab1ea51c72843d8400cf5c1eca35c (patch)
tree94b97ed5d72b9593682eeb9078f0072ddfd7a6fc /vcl/Module_vcl.mk
parent13f4581c8db921f93f3a278f212f859a7158c482 (diff)
fdo#84000 - unit test timers / main-loop bits.
At least test Unix platforms. Change-Id: I960343cb9622474fe48687a5e458e1c6dbe55358
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index acf8ccb90ead..f2eef6f50703 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -100,4 +100,10 @@ $(eval $(call gb_Module_add_check_targets,vcl,\
CppunitTest_vcl_wmf_test \
))
+ifeq ($(GUIBASE),unx)
+$(eval $(call gb_Module_add_check_targets,vcl,\
+ CppunitTest_vcl_timer \
+))
+endif
+
# vim: set noet sw=4 ts=4: