Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/curve25519/CMakeLists.txt')
-rw-r--r--crypto/curve25519/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/curve25519/CMakeLists.txt b/crypto/curve25519/CMakeLists.txt
index a2ef3bb2..90c5705e 100644
--- a/crypto/curve25519/CMakeLists.txt
+++ b/crypto/curve25519/CMakeLists.txt
@@ -27,6 +27,7 @@ add_library(
${CURVE25519_ARCH_SOURCES}
)
+if(ENABLE_TESTS)
add_executable(
ed25519_test
@@ -45,3 +46,4 @@ add_executable(
target_link_libraries(x25519_test crypto)
add_dependencies(all_tests x25519_test)
+endif()