]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt46602] Mention conf.sh.win32 in instructions for adding a test.
authorStephen Morris <stephen@isc.org>
Fri, 26 Jan 2018 19:40:12 +0000 (19:40 +0000)
committerStephen Morris <stephen@isc.org>
Fri, 16 Feb 2018 16:09:49 +0000 (16:09 +0000)
bin/tests/system/README

index 505b084c6e312793a748cff6d389a603cf6fb7c3..4e59cf5aa51401e4688ecaed8edeceea256584cc 100644 (file)
@@ -668,16 +668,20 @@ Adding a Test to the System Test Suite
 ---
 Once a test has been created, the following files should be edited:
 
-* conf.sh.in  The name of the test should be added to one of the the
-PARALLELDIRS or SEQUENTIALDIRS variables.  The former is used for tests that
+* conf.sh.in  The name of the test should be added to the PARALLELDIRS or
+SEQUENTIALDIRS variables as appropriate.  The former is used for tests that
 can run in parallel with other tests, the latter for tests that are unable to
 do so.
 
+* conf.sh.win32 This is the Windows equivalent of conf.sh.in.  The name of the
+test should be added to the PARALLELDIRS or SEQUENTIALDIRS variables as
+appropriate.
+
 * Makefile.in The name of the test should be added to one of the the PARALLEL
 or SEQUENTIAL variables.
 
 (It is likely that a future iteration of the system test suite will remove the
-need to edit two files to add a test.)
+need to edit multiple files to add a test.)
 
 
 Valgrind