source:
trunk/src/gcc/contrib/compare_tests@
1928
| Last change on this file since 1928 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 2.2 KB | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | # This script automatically test the given tool with the tool's test cases, |
| 3 | # reporting anything of interest. |
| 4 | |
| 5 | # exits with 1 if there is nothing of interest |
| 6 | # exits with 0 if there is something interesting |
| 7 | # exits with 2 if an error occurred |
| 8 | |
| 9 | # Give two .sum files to compare them |
| 10 | |
| 11 | # Written by Mike Stump < |
