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/dsa/CMakeLists.txt')
-rw-r--r--crypto/dsa/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dsa/CMakeLists.txt b/crypto/dsa/CMakeLists.txt
index de365656..3cb7c349 100644
--- a/crypto/dsa/CMakeLists.txt
+++ b/crypto/dsa/CMakeLists.txt
@@ -9,6 +9,7 @@ add_library(
dsa_asn1.c
)
+if(ENABLE_TESTS)
add_executable(
dsa_test
@@ -19,3 +20,4 @@ add_executable(
target_link_libraries(dsa_test crypto)
add_dependencies(all_tests dsa_test)
+endif()