Changeset 1933 for trunk/test/README
- Timestamp:
- Apr 30, 2009, 11:56:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/README
r1797 r1933 84 84 If a test needs a data file, place the data in directory 85 85 'test/data'. However, you should feel free to re-use the data files 86 already there. It should be possible to run t est from any directory,87 in particular from builddir in a VPATH build. One way to easily88 achieve this is to use test::filename(), which gives you the89 absolute path to the file.86 already there. It should be possible to run the test suite also in a 87 VPATH build in which builddir and srcdir are not the same. To avoid 88 problems with files not found in VPATH builds, use the function 89 test::filename() which gives you the absolute path to the file. 90 90 91 91 If a test grows large, avoid having several tests in one long
Note: See TracChangeset
for help on using the changeset viewer.