README 402 B

1234567891011121314
  1. file tests
  2. ==========
  3. This directory contains tests for file. It is highly encouraged to add
  4. one each time a bug is found, and each time new magic is added. Each
  5. test consists of two files:
  6. TEST.testfile
  7. TEST.result
  8. where TEST is the base name of the test, TEST.testfile is the input,
  9. and TEST.result is the desired output from file.
  10. To add a new test just add the test files to the directory.