summaryrefslogtreecommitdiff
path: root/out_test.sh
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-1/+0
* Fix #184: test -e is not portable (despite being in POSIX); use test -f instead.Peter Johnson2009-07-301-1/+1
* Fix #177: Make check fails on CR/LF systems.Peter Johnson2009-07-181-1/+1
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-221-44/+44
* Unbreak out_test.sh; the previous commit caused an infinite loop.Peter Johnson2007-01-281-1/+4
* Fix #96 by setting the timestamp in the COFF header. VC2005's incremental li...Peter Johnson2007-01-271-1/+1
* Fix quoting error.Peter Johnson2006-11-161-1/+1
* out_test.sh: Fix reporting of non-error.Peter Johnson2006-10-311-2/+2
* Fix #86 by requiring '-' (e.g. "yasm -") to read from stdin, and reportingPeter Johnson2006-10-211-1/+1
* Actually use $ECHO_C in test shell scripts.Peter Johnson2006-09-161-9/+9
* Make out_test.sh smart about 0-byte errwarn output and don't require aPeter Johnson2006-09-161-6/+6
* Modify the output for 'make check' to be much less verbose, and thusMichael Urman2005-03-161-27/+25
* * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson2004-09-041-1/+1
* Convert test_hd.pl to test_hd.c, to remove one Perl dependency.Peter Johnson2004-03-141-1/+1
* Put test suite file results into a separate "results" directory.Peter Johnson2002-11-171-5/+7
* Run test input files through standard input instead of as input files to avoidPeter Johnson2002-10-211-9/+12
* Make test scripts more portable by detecting echo line-ending features, usingPeter Johnson2002-10-041-27/+31
* Create a common out_test.sh test script to be used by a variety of tests.Peter Johnson2002-10-031-0/+95