aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt/test/README
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-08-08 17:18:09 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-08-08 17:18:09 +0000
commitc4f09032cb8ea9afea42ab9c0909f09851ad1b5b (patch)
treeaeb9c441bcc29d84dd9d6620e8cbef463ddaa2aa /secure/lib/libcrypt/test/README
parent5d2d59d9aafbc9705370f69df0a317a350d2cdf4 (diff)
Notes
Diffstat (limited to 'secure/lib/libcrypt/test/README')
-rw-r--r--secure/lib/libcrypt/test/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/secure/lib/libcrypt/test/README b/secure/lib/libcrypt/test/README
new file mode 100644
index 000000000000..eb6b0bebbc1d
--- /dev/null
+++ b/secure/lib/libcrypt/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