Skip to content

Commit 81cad25

Browse files
committed
[cppyy] Enable tests on windows
1 parent c274ee2 commit 81cad25

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/root-ci-config/build_root.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def main():
149149
if WINDOWS:
150150
extra_ctest_flags += "--repeat until-pass:5 "
151151
extra_ctest_flags += "--build-config " + args.buildtype
152+
extra_ctest_flags += "--verbose "
152153

153154
ctest_returncode = run_ctest(extra_ctest_flags)
154155

bindings/pyroot/cppyy/cppyy/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ install(DIRECTORY ${localruntimedir}/cppyy
3333
DESTINATION ${CMAKE_INSTALL_PYTHONDIR}
3434
COMPONENT libraries)
3535

36-
if(NOT MSVC)
37-
ROOT_ADD_TEST_SUBDIRECTORY(test)
38-
endif()
36+
ROOT_ADD_TEST_SUBDIRECTORY(test)

0 commit comments

Comments
 (0)