Skip to content

Commit

Permalink
[cmake/test] add verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat committed Dec 23, 2017
1 parent 3112783 commit b278f10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ if(FLANG_TEST_USE_VG)
set(FLANG_TEST_EXTRA_ARGS ${FLANG_TEST_EXTRA_ARGS} "--vg")
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")
endif ()

set(FLANG_TEST_PARAMS
flang_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
)
Expand Down

0 comments on commit b278f10

Please sign in to comment.