| 1234567891011121314151617 | file tests==========This directory contains tests for file. It is highly encouraged to addone each time a bug is found, and each time new magic is added. Eachtest consists of three files:  TEST.magic  TEST.testfile  TEST.resultwhere TEST is the base name of the test, TEST.magic contains the magicused, TEST.testfile is the input, and TEST.result is the desiredoutput from file.It suffices to add a triplet of test files to the directory to havethem included in "make check".
 |