summaryrefslogtreecommitdiff
path: root/makevms.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-04 21:15:03 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-04 21:15:03 +0000
commit467889703a79df3ff98a1913b7556c41130025a4 (patch)
tree3caaa9bbbc8addad6e00db6ee2379fc8c4dce5b0 /makevms.com
parent3a457cca866e32e2eb66b828d7b96540ccb8854a (diff)
downloadopenssl-new-467889703a79df3ff98a1913b7556c41130025a4.tar.gz
Copy evptests.txt to the right place.
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/makevms.com b/makevms.com
index 94a8ea4f3c..daba3422ca 100755
--- a/makevms.com
+++ b/makevms.com
@@ -395,10 +395,12 @@ $! First, We Have To "Rebuild" The "[.TEST]" Directory, So Delete
$! All The "C" Files That Are Currently There Now.
$!
$ DELETE SYS$DISK:[.TEST]*.C;*
+$ DELETE SYS$DISK:[.TEST]EVPTESTS.TXT;*
$!
$! Copy all the *TEST.C files from [.CRYPTO...] into [.TEST]
$!
$ COPY SYS$DISK:[.CRYPTO.*]%*TEST.C SYS$DISK:[.TEST]
+$ COPY SYS$DISK:[.CRYPTO.EVP]EVPTESTS.TXT SYS$DISK:[.TEST]
$!
$! Copy all the *TEST.C files from [.SSL...] into [.TEST]
$!