README 492 B

1234567891011121314151617
  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 three files:
  6. TEST.magic
  7. TEST.testfile
  8. TEST.result
  9. where TEST is the base name of the test, TEST.magic contains the magic
  10. used, TEST.testfile is the input, and TEST.result is the desired
  11. output from file.
  12. It suffices to add a triplet of test files to the directory to have
  13. them included in "make check".