testing/lisp/test-ob-java.el: Skip when ob-java is not loaded

* testing/lisp/test-ob-java.el (featurep): Skip tests when ob-java is
not loaded.
This commit is contained in:
Ihor Radchenko 2022-11-10 16:54:35 +08:00
parent 10e857d428
commit f85865e59f
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
(require 'org-test "../testing/org-test")
(require 'ob-core)
(unless (featurep 'ob-java)
(signal 'missing-test-dependency "Support for java code blocks"))
;;; No Java required