README revision 186690
1221167Sgnnfile tests
2221167Sgnn==========
3221167Sgnn
4221167SgnnThis directory contains tests for file. It is highly encouraged to add
5221167Sgnnone each time a bug is found, and each time new magic is added. Each
6221167Sgnntest consists of three files:
7221167Sgnn
8221167Sgnn  TEST.magic
9221167Sgnn  TEST.testfile
10221167Sgnn  TEST.result
11221167Sgnn
12221167Sgnnwhere TEST is the base name of the test, TEST.magic contains the magic
13221167Sgnnused, TEST.testfile is the input, and TEST.result is the desired
14221167Sgnnoutput from file.
15221167Sgnn
16221167SgnnIt suffices to add a triplet of test files to the directory to have
17221167Sgnnthem included in "make check".
18221167Sgnn