summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1996-10-17 20:24:14 +0000
committerBarry Jaspan <bjaspan@mit.edu>1996-10-17 20:24:14 +0000
commitaa8d55e320b77513df54e579b7ea0a961676c360 (patch)
treec4211fe70a7fa7717b3895ea403ea45dbe369a3e /src/lib
parent5e5ec9142d0d3fb0ccaf479afa1f24384681028a (diff)
downloadkrb5-aa8d55e320b77513df54e579b7ea0a961676c360.tar.gz
krb5-aa8d55e320b77513df54e579b7ea0a961676c360.tar.xz
krb5-aa8d55e320b77513df54e579b7ea0a961676c360.zip
create README.new-tests
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9190 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/kadm5/unit-test/README.new-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/kadm5/unit-test/README.new-tests b/src/lib/kadm5/unit-test/README.new-tests
new file mode 100644
index 000000000..d63ecc285
--- /dev/null
+++ b/src/lib/kadm5/unit-test/README.new-tests
@@ -0,0 +1,12 @@
+The deja-gnu unit tests in this directory are arranged as follows:
+
+api.0: original unit tests for the ovsec_kadm_api
+
+api.1: additional tests for ovsec_kadm_api that run after api.0
+
+api.2: Each file whose name is the same as a file in api.0 contains
+all of the same tests, but using the kadm5 with KADM5_API_VERSION_1.
+Each file with a -v2 suffix tests KADM5_API_VERSION_2-specific
+functionality. New tests should be added to the files in this
+directory, not api.0. Tests should be added to the lowest-numbered
+version file they apply to.