Skip to content

Commit

Permalink
[cmake] run tests in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat committed Dec 23, 2017
1 parent c68e879 commit 574eb91
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 @@ -44,7 +44,7 @@ endif ()

option(FLANG_TEST_VERBOSE_MODE "Run Flang tests in verbose mode" OFF)
if(FLANG_TEST_VERBOSE_MODE)
set(FLANG_TEST_EXTRA_ARGS ${FLANG_TEST_EXTRA_ARGS} "-vv")
set(FLANG_TEST_EXTRA_ARGS ${FLANG_TEST_EXTRA_ARGS} "-vv --debug")
endif ()

set(FLANG_TEST_PARAMS
Expand Down

0 comments on commit 574eb91

Please sign in to comment.