Skip to content

Commit

Permalink
Whitespace fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Jun 27, 2023
1 parent d9759c7 commit f5631df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regress/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ set(ENV{srcdir} ${PROJECT_SOURCE_DIR}/regress)
file(GLOB EXTRA_TESTS ${CMAKE_CURRENT_SOURCE_DIR}/*.test)
foreach(FULL_CASE IN LISTS EXTRA_TESTS)
get_filename_component(CASE ${FULL_CASE} NAME)
add_test(NAME ${CASE} COMMAND ${NIHTEST} -v ${CASE})
add_test(NAME ${CASE} COMMAND ${NIHTEST} -v ${CASE})
# TODO: add --bin-sub-directory $<CONFIG>
set_tests_properties(${CASE} PROPERTIES SKIP_RETURN_CODE 77)
set_tests_properties(${CASE} PROPERTIES ENVIRONMENT "PATH=${path}")
Expand Down

0 comments on commit f5631df

Please sign in to comment.