NameDateSize

..20-Dec-201659

gedcom.magicH A D08-Mar-2015210

gedcom.resultH A D08-Mar-201533

gedcom.testfileH A D08-Mar-2015100

Makefile.amH A D08-Mar-2015370

Makefile.inH A D08-Mar-201516.4 KiB

READMEH A D08-Mar-2015492

test.cH A D08-Mar-20153.2 KiB

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 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