]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/file/tests/README
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 two files:
7
8   TEST.testfile
9   TEST.result
10
11 where TEST is the base name of the test, TEST.testfile is the input,
12 and TEST.result is the desired output from file.
13
14 To add a new test just add the test files to the directory.