diff options
-rw-r--r-- | tools/regression/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/regression/README b/tools/regression/README new file mode 100644 index 0000000..a74271b --- /dev/null +++ b/tools/regression/README @@ -0,0 +1,6 @@ +This directory is for regression test programs. + +A regression test program is one that will excercise a particular bit of the +system to check that we have not reintroduced an old bug. + +Please make a subdir per program, and add a brief description to this file. |