summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-11-09 17:25:35 +0100
committerEmilia Kasper <emilia@openssl.org>2016-11-24 12:21:33 +0100
commitab29eca645cdb38ffe73d141bbd7c6879b602860 (patch)
tree1cccc80b4e3b6527713a621a37e7fccf281c77c7 /test
parenta1fd1fb241069cc987d0d2cf13880bd16cada3c9 (diff)
Run BoringSSL tests on Travis
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/90-test_external.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/recipes/90-test_external.t b/test/recipes/90-test_external.t
index a3da76ccbd..3bdc4afe67 100644
--- a/test/recipes/90-test_external.t
+++ b/test/recipes/90-test_external.t
@@ -9,10 +9,13 @@
use OpenSSL::Test;
use OpenSSL::Test::Utils;
-use OpenSSL::Test qw/:DEFAULT srctop_file cmdstr/;
+use OpenSSL::Test qw/:DEFAULT bldtop_file srctop_file cmdstr/;
setup("test_external");
+plan skip_all => "No external tests in this configuration"
+ if disabled("external-tests");
+
if (!$ENV{BORING_RUNNER_DIR}) {
plan skip_all => "No external tests have been detected";
}
@@ -21,7 +24,7 @@ plan tests => 1;
indir $ENV{BORING_RUNNER_DIR} => sub {
ok(filter_run(cmd(["go", "test", "-shim-path",
- srctop_file("test", "ossl_shim", "ossl_shim"),
+ bldtop_file("test", "ossl_shim", "ossl_shim"),
"-shim-config",
srctop_file("test", "ossl_shim", "ossl_config.json"),
"-pipe", "-allow-unimplemented"])),