Translated gcrypt wrapper tests to catch2

This commit is contained in:
Leonetienne
2022-05-16 22:47:41 +02:00
parent 7fe9dcc6dc
commit 13a7abd82d
3 changed files with 16 additions and 54 deletions

View File

@@ -29,6 +29,13 @@ target_include_directories(test PRIVATE
include
)
## Move test images to build dir
ADD_CUSTOM_COMMAND(
TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/test/testAssets/ $<TARGET_FILE_DIR:${PROJECT_NAME}>/testAssets/
)
##############
# Executable #