Fixed silly error in Windows build of tests (abitest-cc not linking to libtcc)
commit41d76e1fcbe498b0d01e245f5a2d368a23760101
authorJames Lyon <jamesly0n@hotmail.com>
Fri, 26 Apr 2013 00:27:04 +0000 (26 01:27 +0100)
committerJames Lyon <jamesly0n@hotmail.com>
Fri, 26 Apr 2013 00:27:04 +0000 (26 01:27 +0100)
tree938323efdb2dfd40baa760fafead746f82678c20
parentae2ece93da446b53b354b12f2f1dfd0cba6f57b7
Fixed silly error in Windows build of tests (abitest-cc not linking to libtcc)

I really should do this when less tired; I keep breaking one platform
while fixing another. I've also fixed some Windows issues with tcctest
since Windows printf() uses different format flags to those on Linux,
and removed some conditional compilation tests in tcctest since they
now should work.
tests/CMakeLists.txt
tests/tcctest.c