Skip to content

Commit

Permalink
Use xml prefix for xml tests (libgeos#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
strk authored May 4, 2023
1 parent 4c3bd72 commit 92f4303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/xmltester/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ foreach(_testdir general issue misc robust validate)
CONFIGURE_DEPEND)
foreach(_testfile ${_testfiles})
get_filename_component(_testname ${_testfile} NAME_WE)
add_test(NAME ${_testdir}-${_testname}
add_test(NAME xml-${_testdir}-${_testname}
COMMAND test_xmltester -v --test-valid-output ${_testfile})
list(APPEND _xmltests ${_testfile})
endforeach()
Expand All @@ -52,7 +52,7 @@ add_test(NAME all-xml-tests
unset(_xmltests)

# Disable tests that are known to fail on 32-bit systems.
set_tests_properties(issue-issue-geos-837 PROPERTIES DISABLED $<EQUAL:4,${CMAKE_SIZEOF_VOID_P}>)
set_tests_properties(xml-issue-issue-geos-837 PROPERTIES DISABLED $<EQUAL:4,${CMAKE_SIZEOF_VOID_P}>)

unset(_testdir)
unset(_testname)
Expand Down

0 comments on commit 92f4303

Please sign in to comment.