aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-23 13:31:04 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-23 13:31:04 +0000
commit1cc67fa80c38606edaedaf60a97d10584f94c416 (patch)
tree21c8b408bd5ac903df88382a171a9e10d589a611 /Configure
parenteefa6e4e2b3c9945da6aae15a537e36a349b8899 (diff)
downloadopenssl-1cc67fa80c38606edaedaf60a97d10584f94c416.zip
openssl-1cc67fa80c38606edaedaf60a97d10584f94c416.tar.gz
openssl-1cc67fa80c38606edaedaf60a97d10584f94c416.tar.bz2
Make dummy tests to make it easier to physically remove unwanted algorithms.
This should complete PR 75
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index c14ecac..4459429 100755
--- a/Configure
+++ b/Configure
@@ -1457,6 +1457,7 @@ EOF
my $make_targets = "";
$make_targets .= " links" if $symlink;
$make_targets .= " depend" if $depflags ne "" && $make_depend;
+ $make_targets .= " gentests" if $symlink;
(system $make_command.$make_targets) == 0 or exit $?
if $make_targets ne "";
if ( $perl =~ m@^/@) {