Skip to content

Commit

Permalink
TEST: Disable prolog-in-java tests when using a sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Sep 1, 2024
1 parent b467349 commit 7bd9c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if(JNI_FOUND AND Java_FOUND)


# Add testing pack on Java code calling Prolog (class org.jpl7.JPLTestSuiteRunne)
if(HAMCREST)
if(HAMCREST AND NOT CMAKE_BUILD_TYPE STREQUAL "Sanitize")
add_test(
NAME jpl:prolog_in_java
COMMAND env
Expand Down

0 comments on commit 7bd9c71

Please sign in to comment.