Changeset 2521


Ignore:
Timestamp:
Jul 11, 2011, 7:35:31 PM (12 years ago)
Author:
Peter
Message:

mention new functions in README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/README

    r2475 r2521  
    113113  Use 'required=...' for setting a space delimited list of required
    114114  tools (see other tests and common_defs.sh). Include common_defs.sh,
    115   with '. ./common_defs.sh'.
     115  with '. ./common_defs.sh || exit 99'.
    116116
    117117  Add test to 'DISTRIBUTED_TESTS' in Makefile.am. In order to get the
     
    119119  test 'foo.sh', for example, depends on file 'bar.txt', create a make
    120120  rule: 'foo.log: bar.txt'.
     121
     122  Do not use `exit` directly, but use functions `exit_fail()`, `exit_skip()`,
     123  `exit_fatal()`, or `exit_success()`.
    121124
    122125  Make sure to set svn property 'svn:executable' on test.
     
    143146along with yat. If not, see <http://www.gnu.org/licenses/>.
    144147======================================================================
    145 
    146 
Note: See TracChangeset for help on using the changeset viewer.