bringing in testkit tools
[feisty_meow.git] / testkit / examples / fred-testkit.config
1 # This is an example configuration file for the TestKit.
2
3 ####
4 # this is fred t. hamster's personal testkit config file.
5 ####
6
7 ##############
8
9 # This section defines variables that are used throughout the tests.
10 # Many of these need to change to suit your particular configuration.
11
12 # The base user name is used for any paths below that refer to the user who
13 # will be running the tools and tests.  This should be changed to the actual
14 # user account under which the tools and tests will be run, if the default
15 # value based on USER cannot be relied upon.
16 BASE_USER=${USER}
17
18 # Used for windows testing; provides the path to the binaries directory of cygwin.
19 #CYGWIN_BIN_PATH=c:/cygwin/bin
20
21 ##############
22
23 # define the tests to run.  this is the most convenient place to put this.
24 # the test suite list obviously will vary a lot based on what is being tested.
25 TESTKIT_TEST_SUITE=( \
26   $TESTKIT_ROOT/examples/blank_test.sh \
27 )
28
29 ##############
30