Skip to content

Commit bdabf6f

Browse files
committed
remove ctest for now
1 parent 45c7d2d commit bdabf6f

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/job-test-macOS.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
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

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ endif()
3636

3737
list( APPEND CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib )
3838

39-
include(CTest)
40-
include(GoogleTest)
41-
4239
# Externals dependencies
4340
#
4441
if (NOT LAUNCHER_ONLY)

ZEngine/tests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ set_target_properties(ZEngineTests PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PREF
1717

1818
install(TARGETS ZEngineTests
1919
RUNTIME DESTINATION tests)
20-
21-
gtest_discover_tests(ZEngineTests DISCOCERY_MODE PRE_TEST)

0 commit comments

Comments
 (0)