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 18, 2024
1 parent cabd9ec commit b634ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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
2 changes: 0 additions & 2 deletions test/ForwardMode/UserDefinedTypes.C
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// RUN: %cladclang -std=c++14 %s -I%S/../../include -oUserDefinedTypes.out | %filecheck %s
// RUN: ./UserDefinedTypes.out | %filecheck_exec %s

// XFAIL: asserts

#include "clad/Differentiator/Differentiator.h"
#include "clad/Differentiator/STLBuiltins.h"

Expand Down

0 comments on commit b634ffa

Please sign in to comment.