Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile.am | H A D | 15-Oct-2015 | 444 | 17 | 14 | |
Makefile.in | H A D | 15-Oct-2015 | 19.1 KiB | 606 | 521 | |
README | H A D | 15-Oct-2015 | 402 | 15 | 10 | |
escapevel.result | H A D | 15-Oct-2015 | 64 | 1 | 1 | |
escapevel.testfile | HD | 15-Oct-2015 | 8.6 KiB | |||
gedcom.result | H A D | 15-Oct-2015 | 45 | 1 | 1 | |
gedcom.testfile | H A D | 31-Mar-2012 | 100 | 9 | 8 | |
issue311docx.result | H A D | 15-Oct-2015 | 20 | 1 | 1 | |
issue311docx.testfile | HD | 15-Oct-2015 | 3.7 KiB | |||
test.c | H A D | 15-Oct-2015 | 3.3 KiB | 117 | 79 |
README
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 two files: 7 8 TEST.testfile 9 TEST.result 10 11where TEST is the base name of the test, TEST.testfile is the input, 12and TEST.result is the desired output from file. 13 14To add a new test just add the test files to the directory. 15