Skip to content

Commit

Permalink
Mark small.test as passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 4, 2024
1 parent 016915e commit b8c8625
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions regress/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
set (XFAIL_TESTS
small.test
)

if(RUN_REGRESS)
file(GLOB TEST_CASES ${CMAKE_CURRENT_SOURCE_DIR}/*.test)
foreach(FULL_CASE IN LISTS TEST_CASES)
get_filename_component(CASE ${FULL_CASE} NAME)
add_test(NAME ${CASE} COMMAND ${NIHTEST} -v ${CASE})
set_tests_properties(${CASE} PROPERTIES SKIP_RETURN_CODE 77)
endforeach()

foreach(CASE ${XFAIL_TESTS})
set_tests_properties(${CASE} PROPERTIES WILL_FAIL TRUE)
endforeach()
endif()

configure_file(nihtest.conf.in nihtest.conf @ONLY)

0 comments on commit b8c8625

Please sign in to comment.