aboutsummaryrefslogtreecommitdiff
path: root/out_test.sh
AgeCommit message (Expand)Author
2011-08-19Remove $Id$ and RCSID() usage.Peter Johnson
2009-07-30Fix #184: test -e is not portable (despite being in POSIX); use test -f instead.Peter Johnson
2009-07-18Fix #177: Make check fails on CR/LF systems.Peter Johnson
2007-04-22Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson
2007-01-28Unbreak out_test.sh; the previous commit caused an infinite loop.Peter Johnson
2007-01-27Fix #96 by setting the timestamp in the COFF header. VC2005's incremental li...Peter Johnson
2006-11-16Fix quoting error.Peter Johnson
2006-10-31out_test.sh: Fix reporting of non-error.Peter Johnson
2006-10-21Fix #86 by requiring '-' (e.g. "yasm -") to read from stdin, and reportingPeter Johnson
2006-09-16Actually use $ECHO_C in test shell scripts.Peter Johnson
2006-09-16Make out_test.sh smart about 0-byte errwarn output and don't require aPeter Johnson
2005-03-16Modify the output for 'make check' to be much less verbose, and thusMichael Urman
2004-09-04* On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson
2004-03-14Convert test_hd.pl to test_hd.c, to remove one Perl dependency.Peter Johnson
2002-11-17Put test suite file results into a separate "results" directory.Peter Johnson
2002-10-21Run test input files through standard input instead of as input files to avoidPeter Johnson
2002-10-04Make test scripts more portable by detecting echo line-ending features, usingPeter Johnson
2002-10-03Create a common out_test.sh test script to be used by a variety of tests.Peter Johnson