diff options
author | Carl Worth <cworth@cworth.org> | 2004-10-26 16:31:31 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-10-26 16:31:31 +0000 |
commit | 211b19b47575741a70901c10fe0e2d9aec8aa37b (patch) | |
tree | 49c7b02cf4ebea9fedc146f4c2a9755757de7359 /test/README | |
parent | f8e632ab1e0673cecd2ea68b3c0e6747b74d7cd6 (diff) |
Add paragraph on new features.
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/README b/test/README index 3e7acf5c..edff360b 100644 --- a/test/README +++ b/test/README @@ -39,9 +39,18 @@ the desired result of new_bug.c if the bug were fixed. Makefile.am should be edited, adding new_bug.c to both the TESTS and XFAIL_TESTS lists. +When a new feature is added +--------------------------- +It's important for the regression suite to keep pace with development +of the library. So a new test should be added for each new +feature. The work involved is similar the work described above for new +bugs. The only distinction is that the test is expected to pass so it +should not be added to the XFAIL_TESTS list. + + When a bug is fixed ------------------- -The fix shold be verified by running the test suite which should +The fix should be verified by running the test suite which should result in an "unexpected pass" for the test of interest. Rejoice as appropriate, then remove the relevant file name from the XFAIL_TESTS variable in Makefile.am. |