]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/file/tests/README
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / file / tests / README
1 file tests
2 ==========
3
4 This directory contains tests for file. It is highly encouraged to add
5 one each time a bug is found, and each time new magic is added. Each
6 test consists of three files:
7
8   TEST.magic
9   TEST.testfile
10   TEST.result
11
12 where TEST is the base name of the test, TEST.magic contains the magic
13 used, TEST.testfile is the input, and TEST.result is the desired
14 output from file.
15
16 It suffices to add a triplet of test files to the directory to have
17 them included in "make check".