Christos Zoulas 6c202eae67 Import upstream version 5.12 11 年 前
..
Makefile.am 1a0aaa1f36 Import upstream version 5.08 12 年 前
Makefile.in 6c202eae67 Import upstream version 5.12 11 年 前
README 003f293dc9 Import upstream version 4.24 16 年 前
gedcom.magic 003f293dc9 Import upstream version 4.24 16 年 前
gedcom.result 003f293dc9 Import upstream version 4.24 16 年 前
gedcom.testfile 003f293dc9 Import upstream version 4.24 16 年 前
test.c 003f293dc9 Import upstream version 4.24 16 年 前

README

file tests
==========

This directory contains tests for file. It is highly encouraged to add
one each time a bug is found, and each time new magic is added. Each
test consists of three files:

TEST.magic
TEST.testfile
TEST.result

where TEST is the base name of the test, TEST.magic contains the magic
used, TEST.testfile is the input, and TEST.result is the desired
output from file.

It suffices to add a triplet of test files to the directory to have
them included in "make check".