Home
last modified time | relevance | path

Searched refs:SRCTOP (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm55 This module I<depends> on the environment variables C<$TOP> or C<$SRCTOP>
61 recipe C<$SRCTOP/test/recipes/99-foo.t>, there could be a directory
62 C<$SRCTOP/test/recipes/99-foo_data/>.
126 checks that C<$TOP/Configure> or C<$SRCTOP/Configure> exists, C<chdir>
146 BAIL_OUT("setup() needs \$TOP or \$SRCTOP and \$BLDTOP to be defined")
147 unless $ENV{TOP} || ($ENV{SRCTOP} && $ENV{BLDTOP});
148 BAIL_OUT("setup() found both \$TOP and \$SRCTOP or \$BLDTOP...")
149 if $ENV{TOP} && ($ENV{SRCTOP} || $ENV{BLDTOP});
588 C<$SRCTOP>).
607 C<$SRCTOP>) an
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm55 This module I<depends> on the environment variables C<$TOP> or C<$SRCTOP>
61 recipe C<$SRCTOP/test/recipes/99-foo.t>, there could be a directory
62 C<$SRCTOP/test/recipes/99-foo_data/>.
126 checks that C<$TOP/Configure> or C<$SRCTOP/Configure> exists, C<chdir>
146 BAIL_OUT("setup() needs \$TOP or \$SRCTOP and \$BLDTOP to be defined")
147 unless $ENV{TOP} || ($ENV{SRCTOP} && $ENV{BLDTOP});
148 BAIL_OUT("setup() found both \$TOP and \$SRCTOP or \$BLDTOP...")
149 if $ENV{TOP} && ($ENV{SRCTOP} || $ENV{BLDTOP});
588 C<$SRCTOP>).
607 C<$SRCTOP>) an
[all...]
/third_party/openssl/test/
H A Drun_tests.pl30 my $srctop = $ENV{SRCTOP} || $ENV{TOP};

Completed in 4 milliseconds