# # 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) # # Add additional definitions for use in testing this suite here # # The testDriver is already preconfigured for using stdout_err_tester, # so no further defines are require for using that, although SS_COMPILER_FLAGS # may be set to add compilation options. export SS_COMPILER_FLAGS="-O"