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/modes/CMakeLists.txt')
-rw-r--r--crypto/modes/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/modes/CMakeLists.txt b/crypto/modes/CMakeLists.txt
index 41f71d7e..6dae9f6a 100644
--- a/crypto/modes/CMakeLists.txt
+++ b/crypto/modes/CMakeLists.txt
@@ -54,6 +54,7 @@ perlasm(ghash-x86.${ASM_EXT} asm/ghash-x86.pl)
perlasm(ghash-armv4.${ASM_EXT} asm/ghash-armv4.pl)
perlasm(ghashv8-armx.${ASM_EXT} asm/ghashv8-armx.pl)
+if(ENABLE_TESTS)
add_executable(
gcm_test
@@ -64,3 +65,4 @@ add_executable(
target_link_libraries(gcm_test crypto)
add_dependencies(all_tests gcm_test)
+endif()