diff options
Diffstat (limited to 't')
-rw-r--r-- | t/README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -254,9 +254,9 @@ Writing test cases by a C++ compiler, for similar reasons (i.e., the isatty(3) function from that same unistd.h header would be required otherwise). -* Before commit: make sure the test is executable, add the tests to - TESTS in Makefile.am, add it to XFAIL_TESTS in addition if needed, - write a ChangeLog entry, send the diff to <automake-patches@gnu.org>. +* Add any new test to handwritten_TESTS in 't/list-of-tests.mk', and + to XFAIL_TESTS in addition if needed (that is, if the test is expected + to fail). * In test scripts, prefer using POSIX constructs over their old Bourne-only equivalents: |