Improve documentation with examples of pre and post testing scripts.

This commit is contained in:
Richard Frith-Macdonald 2018-06-27 08:54:39 +01:00
parent fd12d1bc5d
commit c80f35fb7b
3 changed files with 10 additions and 0 deletions

3
TestFramework/End.sh Normal file
View file

@ -0,0 +1,3 @@
# This script is executed on conclusion of building/executing testcases in
# this directory. Output from this script may be redirected to $GSTESTLOG
# in order to have it appear in the test log file.

3
TestFramework/Start.sh Normal file
View file

@ -0,0 +1,3 @@
# This script is executed before building/executing testcases in this
# directory. Output from this script may be redirected to $GSTESTLOG
# in order to have it appear in the test log file.

View file

@ -0,0 +1,4 @@
# The presence of this file identifies the directory as one in which the
# regression testing framework should attempt to find and run testcases.
# This is sourced by the shell script running the tests and may be used
# to set up the environment variables for the test etc.