File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -34,24 +34,21 @@ endif()
34
34
35
35
serialize_lit_params_list (SERIALIZED_LIT_PARAMS LIBCXX_TEST_PARAMS )
36
36
37
- if (LIBCXX_INCLUDE_TESTS )
38
- include (AddLLVM ) # for configure_lit_site_cfg and add_lit_testsuite
37
+ include (AddLLVM ) # for configure_lit_site_cfg and add_lit_testsuite
39
38
40
- configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /configs/cmake-bridge.cfg.in"
41
- "${CMAKE_CURRENT_BINARY_DIR} /cmake-bridge.cfg"
42
- @ONLY )
39
+ configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /configs/cmake-bridge.cfg.in"
40
+ "${CMAKE_CURRENT_BINARY_DIR} /cmake-bridge.cfg"
41
+ @ONLY )
43
42
44
- configure_lit_site_cfg (
45
- "${LIBCXX_TEST_CONFIG} "
46
- ${CMAKE_CURRENT_BINARY_DIR} /lit.site.cfg
47
- MAIN_CONFIG "${CMAKE_CURRENT_SOURCE_DIR} /lit.cfg.py" )
43
+ configure_lit_site_cfg (
44
+ "${LIBCXX_TEST_CONFIG} "
45
+ ${CMAKE_CURRENT_BINARY_DIR} /lit.site.cfg
46
+ MAIN_CONFIG "${CMAKE_CURRENT_SOURCE_DIR} /lit.cfg.py" )
48
47
49
- add_lit_testsuite (check-cxx
50
- "Running libcxx tests"
51
- ${CMAKE_CURRENT_BINARY_DIR}
52
- DEPENDS cxx-test-depends )
53
-
54
- endif ()
48
+ add_lit_testsuite (check-cxx
49
+ "Running libcxx tests"
50
+ ${CMAKE_CURRENT_BINARY_DIR}
51
+ DEPENDS cxx-test-depends )
55
52
56
53
if (LIBCXX_GENERATE_COVERAGE )
57
54
include (CodeCoverage )
You can’t perform that action at this time.
0 commit comments