1 # This is an example configuration file for the TestKit.
4 # this is fred t. hamster's personal testkit config file.
9 # This section defines variables that are used throughout the tests.
10 # Many of these need to change to suit your particular configuration.
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.
18 # Used for windows testing; provides the path to the binaries directory of cygwin.
19 #CYGWIN_BIN_PATH=c:/cygwin/bin
21 # Used to insert branded bits into documentation and other places potentially.
22 TESTKIT_BRANDING="Feisty Meow®"
26 # define the tests to run. this is the most convenient place to put this.
27 # the test suite list obviously will vary a lot based on what is being tested.
28 TESTKIT_TEST_SUITE=( \
29 $TESTKIT_ROOT/examples/blank_test.sh \