tinycc/tests
Thomas Preud'homme dc265feb63 Fix bashims in configure and gcctestsuite.sh.
configure and gcctestsuite.sh shell scripts contains bashisms although being
bourne shell script. This patch fixes the following bashisms:
* Use of $RANDOM variable (replaced by reading in /dev/urandom)
* Use == in tests instead of just =
* Use $[] for arithmetic computation istead of $(())
2010-05-26 14:08:29 +02:00
..
Makefile update Makefiles 2009-12-20 20:34:35 +01:00
asmtest.S fix asmtest (somehow), update Makefiles 2009-07-18 21:54:51 +02:00
boundtest.c x86-64: chkstk, alloca 2009-07-18 22:06:54 +02:00
gcctestsuite.sh Fix bashims in configure and gcctestsuite.sh. 2010-05-26 14:08:29 +02:00
libtcc_test.c tcc_relocate: revert to 0.9.24 behavior 2009-12-19 22:16:23 +01:00
tcctest.c x86-64: change the type of size_t and ptrdiff_t. 2009-08-24 13:30:03 +02:00