Skip to content

Commit

Permalink
TEST: Search for junit.jar as well as junit4.jar.
Browse files Browse the repository at this point in the history
Fedora only ships with `junit.jar`.  We'll assume version 3 and older
have died by this time.
  • Loading branch information
JanWielemaker committed May 16, 2024
1 parent 2c6cd0a commit 7815969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/JUnit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if(NOT JUNIT_JAR)
${JAVA_LIB_INSTALL_DIR}/junit-4*.jar
/usr/share/java/junit4.jar
/usr/share/java/junit-4*.jar
/usr/share/java/junit.jar
/opt/local/share/java/junit.jar # Macport
/opt/local/share/java/junit4.jar
/opt/local/share/java/junit-4*.jar
Expand Down

0 comments on commit 7815969

Please sign in to comment.