summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-17 07:48:16 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-17 07:48:16 +0000
commitdba0adce71def7257f6acdc1cb790be5f18c5c39 (patch)
tree1715e312f97f5c8555641dfd2679950834fa835a
parentadf51b5249e6b1a7a11fc3adcc01ed196d6c9135 (diff)
downloadswig-dba0adce71def7257f6acdc1cb790be5f18c5c39.tar.gz
Minor update to test-suite README help files
-rw-r--r--Examples/test-suite/README10
-rw-r--r--Examples/test-suite/testdir/README3
2 files changed, 13 insertions, 0 deletions
diff --git a/Examples/test-suite/README b/Examples/test-suite/README
index 96dea942c..aac7636c6 100644
--- a/Examples/test-suite/README
+++ b/Examples/test-suite/README
@@ -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.
+
diff --git a/Examples/test-suite/testdir/README b/Examples/test-suite/testdir/README
new file mode 100644
index 000000000..2aaabf377
--- /dev/null
+++ b/Examples/test-suite/testdir/README
@@ -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.