tests: cleanup
commitd5f4df09ff4a84dda5b03525285f03be7723376b
authorgrischka <grischka>
Tue, 5 Feb 2013 13:27:38 +0000 (5 14:27 +0100)
committergrischka <grischka>
Tue, 5 Feb 2013 13:27:38 +0000 (5 14:27 +0100)
tree3bccfe280ffb9c7f254f98188275d8164c4fe8a6
parent60cf64612c1d0a94c15eed3243ef869356e81d79
tests: cleanup

tests:
- add "hello" to test first basic compilation to file/memory
- add "more" test (tests2 suite)
- remove some tests

tests2:
- move into tests dir
- Convert some files from DOS to unix LF
- remove 2>&1 redirection

win32:
- tccrun.c: modify exception filter to exit correctly (needed for btest)
- tcctest.c: exclude weak_test() (feature does not exist on win32)
14 files changed:
Makefile
configure
tccrun.c
tests/Makefile
tests/tcctest.c
tests/tests2/16_nesting.expect
tests/tests2/17_enum.expect
tests/tests2/18_include.expect
tests/tests2/18_include.h
tests/tests2/44_scoped_declarations.c
tests/tests2/45_empty_for.c
tests/tests2/50_logical_second_arg.c
tests/tests2/54_goto.c
tests/tests2/Makefile