mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
[rt46602] Mention conf.sh.win32 in instructions for adding a test.
This commit is contained in:
@@ -668,16 +668,20 @@ Adding a Test to the System Test Suite
|
|||||||
---
|
---
|
||||||
Once a test has been created, the following files should be edited:
|
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
|
* conf.sh.in The name of the test should be added to the PARALLELDIRS or
|
||||||
PARALLELDIRS or SEQUENTIALDIRS variables. The former is used for tests that
|
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
|
can run in parallel with other tests, the latter for tests that are unable to
|
||||||
do so.
|
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
|
* Makefile.in The name of the test should be added to one of the the PARALLEL
|
||||||
or SEQUENTIAL variables.
|
or SEQUENTIAL variables.
|
||||||
|
|
||||||
(It is likely that a future iteration of the system test suite will remove the
|
(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
|
Valgrind
|
||||||
|
Reference in New Issue
Block a user