test(fixtures): move certificate fixtures to source code (#3554)

This commit is contained in:
ReenigneArcher
2025-01-18 10:18:40 -05:00
committed by GitHub
parent 89f097ae65
commit 26566cc04d
4 changed files with 46 additions and 53 deletions
-4
View File
@@ -45,10 +45,6 @@ file(GLOB_RECURSE TEST_SOURCES CONFIGURE_DEPENDS
set(SUNSHINE_SOURCES
${SUNSHINE_TARGET_FILES})
# copy fixtures to build directory
file(COPY ${CMAKE_SOURCE_DIR}/tests/fixtures/unit
DESTINATION ${CMAKE_BINARY_DIR}/tests/fixtures)
# remove main.cpp from the list of sources
list(REMOVE_ITEM SUNSHINE_SOURCES ${CMAKE_SOURCE_DIR}/src/main.cpp)