Skip to content

Commit

Permalink
Add verbose tag to debug the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gojakuch committed Sep 17, 2024
1 parent cabd9ec commit 6616c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ add_lit_testsuite(check-clad "Running the Clad regression tests"
LIT ${LIT_COMMAND}
PARAMS ${CLAD_TEST_PARAMS}
DEPENDS ${CLAD_TEST_DEPS}
ARGS ${CLAD_TEST_EXTRA_ARGS} --show-skipped --show-unsupported
ARGS ${CLAD_TEST_EXTRA_ARGS} --verbose --show-skipped --show-unsupported
)
set_target_properties(check-clad PROPERTIES FOLDER "Clad tests")

Expand Down

0 comments on commit 6616c29

Please sign in to comment.