Changeset 2521
- Timestamp:
- Jul 11, 2011, 7:35:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/README
r2475 r2521 113 113 Use 'required=...' for setting a space delimited list of required 114 114 tools (see other tests and common_defs.sh). Include common_defs.sh, 115 with '. ./common_defs.sh '.115 with '. ./common_defs.sh || exit 99'. 116 116 117 117 Add test to 'DISTRIBUTED_TESTS' in Makefile.am. In order to get the … … 119 119 test 'foo.sh', for example, depends on file 'bar.txt', create a make 120 120 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()`. 121 124 122 125 Make sure to set svn property 'svn:executable' on test. … … 143 146 along with yat. If not, see <http://www.gnu.org/licenses/>. 144 147 ====================================================================== 145 146
Note: See TracChangeset
for help on using the changeset viewer.