aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2020-05-11 16:55:47 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2020-05-11 16:55:47 +0300
commit7f055baddc3aa79fc1c2cf22bf5d5750843f5920 (patch)
tree5b3906b12c3633cd683c5ff255c06a0d27092a15 /test
parent90dfe86a6e4786133dffabdcf801590b2744bd40 (diff)
downloadgost-engine-7f055baddc3aa79fc1c2cf22bf5d5750843f5920.zip
gost-engine-7f055baddc3aa79fc1c2cf22bf5d5750843f5920.tar.gz
gost-engine-7f055baddc3aa79fc1c2cf22bf5d5750843f5920.tar.bz2
Allow skipping perl tests
Diffstat (limited to 'test')
-rw-r--r--test/run_tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_tests b/test/run_tests
index c1cd70c..92d2892 100644
--- a/test/run_tests
+++ b/test/run_tests
@@ -1,6 +1,8 @@
#!/usr/bin/perl
use TAP::Harness;
+exit 0 if (defined $ENV{'SKIP_PERL_TEST'});
+
if(defined $ENV{'OPENSSL_ROOT_DIR'}) {
my $openssl_libdir;
my $openssl_bindir;