summaryrefslogtreecommitdiffstats
path: root/idlc/Module_idlc.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-22 17:38:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-22 18:39:27 +0100
commit147b7f0df3af28fbe6df36a2b25408fbe69cb876 (patch)
tree3f83745f5c252c595d74927ac3da891d986003af /idlc/Module_idlc.mk
parentoox: kill no longer needed S() macro (diff)
downloadcore-147b7f0df3af28fbe6df36a2b25408fbe69cb876.tar.gz
core-147b7f0df3af28fbe6df36a2b25408fbe69cb876.zip
Adapt idlc/test/parser/ to gbuild
Change-Id: If57ab37dd4d062e3f6bbf5b75a0cde2524b635bd
Diffstat (limited to 'idlc/Module_idlc.mk')
-rw-r--r--idlc/Module_idlc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/idlc/Module_idlc.mk b/idlc/Module_idlc.mk
index bd82e2b641da..28113f1121be 100644
--- a/idlc/Module_idlc.mk
+++ b/idlc/Module_idlc.mk
@@ -11,6 +11,7 @@ $(eval $(call gb_Module_Module,idlc))
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,idlc,Executable_idlc))
+$(eval $(call gb_Module_add_check_targets,idlc,CustomTarget_parser_test))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: