Minor update to test-suite README help files
This commit is contained in:
parent
adf51b5249
commit
dba0adce71
2 changed files with 13 additions and 0 deletions
|
|
@ -40,3 +40,13 @@ is an error in which case stderr is suggested.
|
|||
Please set the name of the module to the same name as the testcase,
|
||||
otherwise modules will not be found.
|
||||
|
||||
There is a special directory called testdir for testcases requiring
|
||||
inputs from subdirectories or multiple directories. See the
|
||||
testdir/README file.
|
||||
|
||||
Further Documentation
|
||||
---------------------
|
||||
|
||||
There is documentation about the test-suite and how to use use it in
|
||||
the SWIG documentation - Doc/Manual/Extending.html#Extending_test_suite.
|
||||
|
||||
|
|
|
|||
3
Examples/test-suite/testdir/README
Normal file
3
Examples/test-suite/testdir/README
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This is a special directory for testcases that require inputs using subdirectories.
|
||||
Each subdirectory should be named after the testcase. Any desired subdirectory
|
||||
structure can be put under the testcase subdirectory.
|
||||
Loading…
Add table
Add a link
Reference in a new issue