Add a very small 'testing' page 61/10961/1
authorBenjamin Kaduk <kaduk@mit.edu>
Fri, 28 Mar 2014 11:24:42 +0000 (07:24 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 28 Mar 2014 11:24:42 +0000 (07:24 -0400)
OpenAFSDevelopers.mdwn
Testing.mdwn [new file with mode: 0644]

index 32b79ec..49a8e6a 100644 (file)
@@ -21,6 +21,7 @@ This page provides a collection of documentation for new and existing [[OpenAFS]
 * [[Cache manager porting notes|CacheManagerPorting]]
 * [[Buildbot]]
 * [[Debugging]]
+* [[Testing]]
 
 (These pages were orphans, so I added them in no particular order, yet. --Mike)
 
diff --git a/Testing.mdwn b/Testing.mdwn
new file mode 100644 (file)
index 0000000..7becbab
--- /dev/null
@@ -0,0 +1,8 @@
+# Testing the OpenAFS codebase
+
+We have the start of a test suite, based on Russ's c-tap harness.
+Some information about getting started writing such a test is
+available at
+http://www.eyrie.org/~eagle/software/c-tap-harness/writing.html
+
+Such tests as exist are run by 'make check'.