Minor update to test-suite README help files

This commit is contained in:
William S Fulton 2013-01-17 07:48:16 +00:00
commit dba0adce71
2 changed files with 13 additions and 0 deletions

View file

@ -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.

View 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.