Changeset 2754
- Timestamp:
- Jun 28, 2012, 9:39:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/README
r2746 r2754 14 14 make check 15 15 16 You can use `-j N' for faster completion on multiprocessor systems.16 You can use '-j N' for faster completion on multiprocessor systems. 17 17 18 18 To rerun only failed tests: … … 50 50 ----------------------------- 51 51 52 You can run the test directly, `test/foo_test'; it will be verbose. The53 verbose output is also available in `test/foo_test.log'. A summary log is54 created in the file `test-suite.log'.52 You can run the test directly, 'test/foo_test'; it will be verbose. The 53 verbose output is also available in 'test/foo_test.log'. A summary log is 54 created in the file 'test-suite.log'. 55 55 56 56 … … 58 58 ------------------ 59 59 60 Open a 'New Ticket' in the issue tracking system 61 (http://dev.thep.lu.se/yat) with verbose output of failing tests 62 along with which version of yat and which operating system 63 etc. Alternatively, you can send a bug report to the address given in 64 the failed `make check' or in `configure --help'. 65 60 If a test fails, please send file 'test-suite.log' to the address 61 given in the failed 'make check' or in './configure --help', 62 together with other relevant info such as version numbers, operating 63 system, etc. 66 64 67 65 … … 105 103 Use the test::Suite class liberally. See other tests for examples of 106 104 typical usage. Add the test to EXTRA_PROGRAMS in Makefile.am. Tests 107 should have the extension `.test' as in `foo.test' and corresponding108 source file should be named `foo.cc'.105 should have the extension '.test' as in 'foo.test' and corresponding 106 source file should be named 'foo.cc'. 109 107 110 108 Shell tests … … 120 118 rule: 'foo.log: bar.txt'. 121 119 122 Do not use `exit` directly, but use functions `exit_fail()`, `exit_skip()`,123 `exit_fatal()`, or `exit_success()`.120 Do not use 'exit' directly, but use functions 'exit_fail', 'exit_skip', 121 'exit_fatal', or 'exit_success'. 124 122 125 123 Make sure to set svn property 'svn:executable' on test. … … 129 127 Copyright (C) 2006 Jari Häkkinen 130 128 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 131 Copyright (C) 2009, 2010, 2011 Peter Johansson129 Copyright (C) 2009, 2010, 2011, 2012 Peter Johansson 132 130 133 131 This file is part of yat library, http://dev.thep.lu.se/yat
Note: See TracChangeset
for help on using the changeset viewer.