source: main/trunk/binaries/windows/bin/GNUfile/contrib/file/5.03/file-5.03-src/tests/README@ 31442

Last change on this file since 31442 was 31442, checked in by ak19, 7 years ago

Adding the GNUFile windows port of linux file utility to detect bitness of an executable. Link to license included and added a GS_README text file with some basic explanations.

File size: 492 bytes
Line 
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".
Note: See TracBrowser for help on using the repository browser.