28a8b56297
Merge base/vendor/file/dist@186675@186690, bringing FILE 4.26 to 8-CURRENT.
18 lines
492 B
Plaintext
18 lines
492 B
Plaintext
file tests
|
|
==========
|
|
|
|
This directory contains tests for file. It is highly encouraged to add
|
|
one each time a bug is found, and each time new magic is added. Each
|
|
test consists of three files:
|
|
|
|
TEST.magic
|
|
TEST.testfile
|
|
TEST.result
|
|
|
|
where TEST is the base name of the test, TEST.magic contains the magic
|
|
used, TEST.testfile is the input, and TEST.result is the desired
|
|
output from file.
|
|
|
|
It suffices to add a triplet of test files to the directory to have
|
|
them included in "make check".
|