We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18be453 commit 6537c73Copy full SHA for 6537c73
.github/workflows/test.yml
@@ -509,4 +509,4 @@ jobs:
509
- name: Test_Encryption_Decryption
510
shell: bash
511
run: |
512
- valgrind ./build/libs/libdecrypt/test/test_encrypt_decrypt
+ ./build/libs/libdecrypt/test/test_encrypt_decrypt
libs/libdecrypt/test/CMakeLists.txt
@@ -10,7 +10,7 @@ set(PUBLIC_KEY_FILE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../libencrypt/public_ke
10
target_compile_definitions(test_encrypt_decrypt PRIVATE PUBLIC_KEY_FILE="${PUBLIC_KEY_FILE_PATH}")
11
12
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../libencrypt/src"
13
- "${CMAKE_CURRENT_SOURCE_DIR}/../libdecrypt/src"
+ "${CMAKE_CURRENT_SOURCE_DIR}/../src"
14
"${CMAKE_CURRENT_SOURCE_DIR}/src")
15
16
target_link_libraries(test_encrypt_decrypt
0 commit comments