Skip to content

Commit 59bc6b9

Browse files
aaronj0guitargeek
authored andcommitted
[cppyy] Enable tests on windows
1 parent e95e721 commit 59bc6b9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ def main():
164164
extra_ctest_flags = ""
165165
if WINDOWS:
166166
extra_ctest_flags += "--repeat until-pass:5 "
167-
extra_ctest_flags += "--build-config " + args.buildtype
167+
extra_ctest_flags += "--build-config " + args.buildtype + " "
168+
extra_ctest_flags += "--verbose "
168169

169170
ctest_returncode = run_ctest(extra_ctest_flags)
170171

bindings/pyroot/cppyy/cppyy/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ install(DIRECTORY ${localruntimedir}/cppyy
3434
COMPONENT libraries
3535
PATTERN *.so EXCLUDE)
3636

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

0 commit comments

Comments
 (0)