diff options
author | phk <phk@FreeBSD.org> | 1995-10-15 11:27:40 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-10-15 11:27:40 +0000 |
commit | 1e523838e12e3a8c88d844e477ecdf1a8a81b324 (patch) | |
tree | 7c85a3c8c5e844886ed1633d76e62baa4d82c631 /tools | |
parent | 83b38ce038cfb5daa6b58d26663ee498e35454e1 (diff) | |
download | FreeBSD-src-1e523838e12e3a8c88d844e477ecdf1a8a81b324.zip FreeBSD-src-1e523838e12e3a8c88d844e477ecdf1a8a81b324.tar.gz |
README reads:
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.
Diffstat (limited to 'tools')
-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. |