xref: /netbsd-src/external/bsd/file/dist/tests/README (revision 012fd1339dda98ae40e47a982fc6b6bc1fa14970)
11b108b8bSchristosfile tests
21b108b8bSchristos==========
31b108b8bSchristos
41b108b8bSchristosThis directory contains tests for file. It is highly encouraged to add
51b108b8bSchristosone each time a bug is found, and each time new magic is added. Each
6*012fd133Schristostest consists of two files:
71b108b8bSchristos
81b108b8bSchristos  TEST.testfile
91b108b8bSchristos  TEST.result
101b108b8bSchristos
11*012fd133Schristoswhere TEST is the base name of the test, TEST.testfile is the input,
12*012fd133Schristosand TEST.result is the desired output from file.
131b108b8bSchristos
14*012fd133SchristosTo add a new test just add the test files to the directory.
15