aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-05-12 13:44:05 +0200
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-10-11 19:34:09 +0300
commitb2b9839e2c43d7919f3d7a5a8266ab1cfaf58b8f (patch)
tree82e718c10f9255fe387f98aea0577b21abf9d3dc /CMakeLists.txt
parentc7c5c6387bdfabd1fb17860ca7432b277168798b (diff)
downloadgost-engine-b2b9839e2c43d7919f3d7a5a8266ab1cfaf58b8f.zip
gost-engine-b2b9839e2c43d7919f3d7a5a8266ab1cfaf58b8f.tar.gz
gost-engine-b2b9839e2c43d7919f3d7a5a8266ab1cfaf58b8f.tar.bz2
Making a gost provider - Adapt test_context.c for providers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60f33f5..926d347 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -275,6 +275,9 @@ target_link_libraries(test_context OpenSSL::Crypto)
add_test(NAME context-with-engine COMMAND test_context)
set_tests_properties(context-with-engine
PROPERTIES ENVIRONMENT "${TEST_ENVIRONMENT_ENGINE}")
+add_test(NAME context-with-provider COMMAND test_context)
+set_tests_properties(context-with-provider
+ PROPERTIES ENVIRONMENT "${TEST_ENVIRONMENT_PROVIDER}")
# test_keyexpimp is an internals testing program, it doesn't need a test env
add_executable(test_keyexpimp test_keyexpimp.c)