projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a457cc
)
Copy evptests.txt to the right place.
author
Richard Levitte
<levitte@openssl.org>
Thu, 4 Oct 2001 21:15:03 +0000
(21:15 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 4 Oct 2001 21:15:03 +0000
(21:15 +0000)
makevms.com
patch
|
blob
|
history
diff --git
a/makevms.com
b/makevms.com
index 94a8ea4f3cfaa83864ebabd1b048b49fe81a2046..daba3422ca1d2ffa90c97dff3f28be1a85991781 100755
(executable)
--- 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]
$!