tcctest: add back testXb (self compile with -b)
commit32a4962593d6a2006cdd725480124717e7f5377d
authorgrischka <grischka>
Tue, 21 Jan 2014 12:25:14 +0000 (21 13:25 +0100)
committergrischka <grischka>
Tue, 21 Jan 2014 12:25:14 +0000 (21 13:25 +0100)
tree7877f3007801368adb89e971e6f007908eb5b83f
parent48ad93983f292b0eab62b8d8cce2abcb50e4701d
tcctest: add back testXb (self compile with -b)

- Thanks to Kirill "tcc -b itself" should work now
  (was removed in d5f4df09ff4a84dda5b03525285f03be7723376b)

Also:

- tests/Makefile:
  - fix spurious --I from 767410b8750b45d63805b45ca1a2cf34d7cb4923
  - lookup boundtest.c via VPATH (for out-of-tree build)
  - test[123]b?: fail on diff error
  - Windows: test3 now works (from e31579b0769e1f9c0947d12e83316d1149307b1a)
  - abitest: a libtcc.a made by gcc is not usable for tcc
    on WIndows - using source instead (libtcc.c)

- tccpe:
  - avoid gcc warning (x86_64)
Makefile
tccpe.c
tests/Makefile