aboutsummaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-10-15 11:27:49 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-10-15 11:27:49 +0000
commitfbbdcf6a4aedd26043cc268b1a1cd4f7c494ad58 (patch)
treed13498b348612d0bafadbbbd619f3f36b4b8f484 /tools/test
parent9e9d8a4677a860cfec2115546ac087dd7044043a (diff)
Notes
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/test/README b/tools/test/README
new file mode 100644
index 000000000000..c481f5714268
--- /dev/null
+++ b/tools/test/README
@@ -0,0 +1,6 @@
+This directory is for test programs.
+
+A test program is one that will excercise a particular bit of the system
+and try to break it and/or measuring performance on it.
+
+Please make a subdir per program, and add a brief description to this file.