Skip to content

Commit

Permalink
Compress crypto_test_data.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 17, 2025
1 parent 232b7b3 commit b5a616c
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 14,623 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,10 @@ if(BUILD_TESTING)
DEPENDS util/embed_test_data.go ${CRYPTO_TEST_DATA}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
else()
file(COPY ${GENERATE_CODE_ROOT}/crypto_test_data.cc DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
execute_process(
COMMAND ${CMAKE_COMMAND} -E tar "zxvf" ${GENERATE_CODE_ROOT}/crypto_test_data.cc.tar.gz
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
)
endif()
add_library(crypto_test_data OBJECT crypto_test_data.cc)

Expand Down
Loading

0 comments on commit b5a616c

Please sign in to comment.