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