# # Suite description # # # The testDriver has already set the following: # TS_HOME_DIRECTORY Home (source) directory of the driver # TS_BUILD_DIRECTORY Build directory of the driver # # The following must be set for the testDriver. # TS_COMMAND Command to run on each test with the test name as the # first argument. # TS_SKIPLIST Name of the file that contains the tests to skip. # TS_SUFFIXES List of file suffixes of test files that should be run # with TS_COMMAND. # (testDriver defines some default values for these) # export TS_COMMAND= # Place name of tester executable here (probably lives within ${TS_HOME_DIRECTORY}/bin) # export TS_SKIPLIST= # Place name of skip list file here (probably ${TS_HOME_DIRECTORY}/.skip) # export TS_SUFFIXES= # Specify suffixes here # # Add additional definitions for use in testing this suite here #