aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcipher/test/README
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-09-07 21:18:08 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-09-07 21:18:08 +0000
commit8b2981f937f97e9bdcf3a21e837c8d61aa699750 (patch)
tree094f0aa8985f616470dd7074216be935572bf476 /secure/lib/libcipher/test/README
parent1c6b54b3bac4592017a2135b8c2298f73c0a8090 (diff)
Notes
Diffstat (limited to 'secure/lib/libcipher/test/README')
-rw-r--r--secure/lib/libcipher/test/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/secure/lib/libcipher/test/README b/secure/lib/libcipher/test/README
new file mode 100644
index 000000000000..eb6b0bebbc1d
--- /dev/null
+++ b/secure/lib/libcipher/test/README
@@ -0,0 +1,10 @@
+This directory contains test programs to certify DES operation and to
+time the crypt() call (of curiosity value).
+
+Simply type `make test` to run the tests.
+
+The normal `make all` and `make install` that get done during library building
+and installation will build these programs BUT NOT INSTALL THEM. After all,
+they're only for testing...
+
+- David Burren, January 1994