diff options
Diffstat (limited to 'tools/regression/README')
-rw-r--r-- | tools/regression/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/regression/README b/tools/regression/README index 94ecb62..bb2a279 100644 --- a/tools/regression/README +++ b/tools/regression/README @@ -5,7 +5,13 @@ This directory is for regression test programs. A regression test program is one that will exercise 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. +Tests that are for parts of the base system should go into a directory here +which is the same as their path relative to src/, for example the uuencode(1) +utility resides in src/usr.bin/uuencode so its regression test resides in +src/tools/regression/usr.bin/uuencode. + +Please make a subdir per other regression test, and add a brief description to +this file. nfsmmap Some tests to exercise some tricky cases in NFS and mmap p1003_1b Exercise 1003.1B scheduler |