]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
testsuite: Run GOST part of tests/gnutls-cli-debug.sh
authorAndreas Metzler <ametzler@bebt.de>
Wed, 16 Sep 2020 05:18:51 +0000 (07:18 +0200)
committerAndreas Metzler <ametzler@bebt.de>
Thu, 17 Sep 2020 12:12:34 +0000 (14:12 +0200)
Closes #1097

Signed-off-by: Andreas Metzler <ametzler@bebt.de>
tests/Makefile.am

index 0387bf73898db37276e77654906705069d99f129..ec5ec3f505fc76ac9d015936179b1583add1ad82 100644 (file)
@@ -607,6 +607,13 @@ else
 TESTS_ENVIRONMENT += ENABLE_SSL3=0
 endif
 
+if ENABLE_GOST
+TESTS_ENVIRONMENT += ENABLE_GOST=1
+else
+TESTS_ENVIRONMENT += ENABLE_GOST=0
+endif
+
+
 if WANT_TEST_SUITE
 
 LOG_COMPILER = $(VALGRIND)