Exclude check-cxx-benchmarks from the global test target.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346904 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -191,9 +191,9 @@ if (LIBCXX_INCLUDE_TESTS)
|
|||||||
${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in
|
${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py)
|
${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py)
|
||||||
|
|
||||||
set(BENCHMARK_LIT_ARGS "--show-all --show-xfail --show-unsupported ${LIT_ARGS_DEFAULT}")
|
set(BENCHMARK_LIT_ARGS "--show-all --show-xfail --show-unsupported --no-progress-bar ${LIT_ARGS_DEFAULT}")
|
||||||
|
|
||||||
add_lit_testsuite(check-cxx-benchmarks
|
add_lit_target(check-cxx-benchmarks
|
||||||
"Running libcxx benchmarks tests"
|
"Running libcxx benchmarks tests"
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
DEPENDS cxx-benchmarks ${LIBCXX_TEST_DEPS}
|
DEPENDS cxx-benchmarks ${LIBCXX_TEST_DEPS}
|
||||||
|
|||||||
Reference in New Issue
Block a user