diff --git a/tools/regression/README b/tools/regression/README new file mode 100644 index 000000000000..a74271bfca40 --- /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.