File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/download-artifact@v4
2525 with :
2626 name : Build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }}
27- path : Result.Darwin.${{inputs.architecture}}.${{ inputs.configuration }}
2827
2928 - name : Update access permission of ZEngineTests
3029 run : chmod +x ./tests/ZEngineTests
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ endif()
3636
3737list ( APPEND CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX} /lib )
3838
39- include (CTest)
40- include (GoogleTest)
41-
4239# Externals dependencies
4340#
4441if (NOT LAUNCHER_ONLY)
Original file line number Diff line number Diff line change @@ -17,5 +17,3 @@ set_target_properties(ZEngineTests PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PREF
1717
1818install (TARGETS ZEngineTests
1919 RUNTIME DESTINATION tests)
20-
21- gtest_discover_tests(ZEngineTests DISCOCERY_MODE PRE_TEST)
You can’t perform that action at this time.
0 commit comments