summaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
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]
$!