summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 15:19:27 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 16:11:49 +0000
commitd3ee0b6f6c6d0295075a8132f7e67d92f7d74d96 (patch)
tree41044880e826d60621a2d636ed71283de5e0e291 /tests/README
parent3b49db406667ee7189b9ea69b9d9e0bdcc43c5b7 (diff)
downloadfile-d3ee0b6f6c6d0295075a8132f7e67d92f7d74d96.tar.gz
Import 5.22 tarballbaserock/tiagogomes/armv8l64
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/README b/tests/README
index 31f9b14..5826773 100644
--- a/tests/README
+++ b/tests/README
@@ -3,15 +3,12 @@ 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 consists of two 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.
+where TEST is the base name of the test, 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".
+To add a new test just add the test files to the directory.