Disable Doxygen tests when using Java 8 or older
Check Java version in configure and define SKIP_DOXYGEN_TEST_CASES if it's less than 9, which is required by the new implementation of CommentParser used in the Doxygen tests.
This commit is contained in:
parent
a271785f1a
commit
b52af40398
3 changed files with 32 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ JAVAFLAGS = @JAVAFLAGS@
|
|||
JAVA_CLASSPATH_SEP = @JAVA_CLASSPATH_SEP@
|
||||
JAVA_TOOLS_JAR = @JAVA_TOOLS_JAR@
|
||||
SCRIPTSUFFIX = _runme.java
|
||||
SKIP_DOXYGEN_TEST_CASES = @JAVA_SKIP_DOXYGEN_TEST_CASES@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = ../@top_srcdir@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue