source: trunk/essentials/sys-apps/gawk/test/README

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 666 bytes
Line 
1Mon Jan 22 13:08:58 EST 1996
2
3This directory contains the tests for gawk. The tests use the
4following conventions.
5
6Given some aspect of gawk named `foo', there will be one or more
7of the following files:
8
9foo.awk --- actual code for the test if not inline in the Makefile
10foo.in --- the data for the test, if it needs data
11foo.ok --- the expected results
12_foo --- the actual results; generated at run time
13
14The _foo file will be left around if a test fails, allowing you to
15compare actual and expected results, in case they differ.
16
17If they do differ (other than strftime.ok and _strftime!), send in a
18bug report. See the manual for the bug report procedure.
Note: See TracBrowser for help on using the repository browser.