1file tests 2========== 3 4This directory contains tests for file. It is highly encouraged to add 5one each time a bug is found, and each time new magic is added. Each 6test consists of three files: 7 8 TEST.magic 9 TEST.testfile 10 TEST.result 11 12where TEST is the base name of the test, TEST.magic contains the magic 13used, TEST.testfile is the input, and TEST.result is the desired 14output from file. 15 16It suffices to add a triplet of test files to the directory to have 17them included in "make check". 18