Skip to content

Commit c4ae619

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b8004fe commit c4ae619

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

unittest/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ function(config_test test tagname opttype)
5757
add_lib_unit_test(${MODNAME})
5858
set(PYTHON_TEST_NAME "py-${test}-${tagname}")
5959
add_test(NAME ${PYTHON_TEST_NAME}
60-
COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_BINARY_DIR}/python/${py_file}")
60+
COMMAND ${PYTHON_EXECUTABLE}
61+
"${CMAKE_CURRENT_BINARY_DIR}/python/${py_file}")
6162
compute_pythonpath(ENV_VARIABLES "unittest")
62-
set_tests_properties(${PYTHON_TEST_NAME} PROPERTIES ENVIRONMENT "${ENV_VARIABLES}")
63+
set_tests_properties(${PYTHON_TEST_NAME} PROPERTIES ENVIRONMENT
64+
"${ENV_VARIABLES}")
6365
endfunction()
6466

6567
config_test(variant boost "boost::variant")

0 commit comments

Comments
 (0)