mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Improve documentation with examples of pre and post testing scripts.
This commit is contained in:
parent
fd12d1bc5d
commit
c80f35fb7b
3 changed files with 10 additions and 0 deletions
3
TestFramework/End.sh
Normal file
3
TestFramework/End.sh
Normal 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
3
TestFramework/Start.sh
Normal 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.
|
|
@ -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.
|
Loading…
Reference in a new issue