summaryrefslogtreecommitdiff
path: root/linguistic/Module_linguistic.mk
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2016-08-09 16:38:27 +0000
committerDamjan Jovanovic <damjan@apache.org>2016-08-09 16:38:27 +0000
commitb321c22559285400563ebd4200c6c913545f69c7 (patch)
treea451c215e553a17cc38ba1c60710ecdd9162d644 /linguistic/Module_linguistic.mk
parent276640cbe1783e45172f28ba2dd8d2ebd636ec04 (diff)
Only enable subsequent checks if JUnit is available.
Patch by: me
Notes
Notes: ignore: obsolete
Diffstat (limited to 'linguistic/Module_linguistic.mk')
-rwxr-xr-xlinguistic/Module_linguistic.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/linguistic/Module_linguistic.mk b/linguistic/Module_linguistic.mk
index ad6d98bdd0b0..90cf45c59250 100755
--- a/linguistic/Module_linguistic.mk
+++ b/linguistic/Module_linguistic.mk
@@ -31,9 +31,11 @@ $(eval $(call gb_Module_add_targets,linguistic,\
#$(eval $(call gb_Module_add_check_targets,linguistic,\
#))
+ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,linguistic,\
JunitTest_linguistic_unoapi \
))
+endif
# was disabled in old build system
# JunitTest_linguistic_complex \