diff options
author | Robert Antoni Buj i Gelonch <robert.buj@gmail.com> | 2014-09-20 18:30:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-22 11:20:15 +0200 |
commit | deb9e36c2a75b276e580a723308dd5e057b3364a (patch) | |
tree | 3a5aabd685071bfda2ec8e106430fd1c19049900 /javaunohelper/Module_javaunohelper.mk | |
parent | ce5dd8647083c944fb298c491fb526dad17a8a1a (diff) |
javaunohelper: migrate ComponentContext_Test to JUnit
$ make JunitTest_juh_ComponentContext
Change-Id: Ibcd8ed7b1da7da82593e51b6f25a53763e9455f7
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'javaunohelper/Module_javaunohelper.mk')
-rw-r--r-- | javaunohelper/Module_javaunohelper.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/javaunohelper/Module_javaunohelper.mk b/javaunohelper/Module_javaunohelper.mk index 8c74dbe1b963..8a2e653ff8db 100644 --- a/javaunohelper/Module_javaunohelper.mk +++ b/javaunohelper/Module_javaunohelper.mk @@ -16,6 +16,10 @@ $(eval $(call gb_Module_add_targets,javaunohelper,\ Jar_juh \ )) +$(eval $(call gb_Module_add_subsequentcheck_targets,javaunohelper,\ + JunitTest_juh_ComponentContext \ +)) + ifneq ($(DISABLE_DYNLOADING),TRUE) $(eval $(call gb_Module_add_targets,javaunohelper,\ Library_juhx \ |