• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..30-Nov-201129

gedcom.magicH A D09-Nov-2009210

gedcom.resultH A D09-Nov-200933

gedcom.testfileH A D09-Nov-2009100

Makefile.amH A D09-Nov-2009372

Makefile.inH A D09-Nov-200914.4 KiB

READMEH A D09-Nov-2009492

test.cH A D09-Nov-20093.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