summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/libtests/README')
-rw-r--r--c/src/tests/libtests/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/tests/libtests/README b/c/src/tests/libtests/README
new file mode 100644
index 0000000000..bc4b217832
--- /dev/null
+++ b/c/src/tests/libtests/README
@@ -0,0 +1,10 @@
+#
+# $Id$
+#
+
+This directory contains tests for some of the items in
+the lib directories. The intent is to be able to
+verify the basic functionality of a library. For example,
+it is important to know that the stack checker successfully
+detects tasks which both stay within and exceed their
+stack limits.