This website requires JavaScript.
Explore
Help
Register
Sign In
github-repos
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/mirror/tinycc.git
synced
2025-01-01 04:20:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ece74ceaaf
tinycc
/
tests
/
tests2
/
18_include.expect
9 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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)
2013-02-05 21:27:38 +08:00
including
included
done
Add testcase __has_include and __has_include_next
2022-08-17 02:53:57 +08:00
has_include
has_include
has_include_next
has_include_next
Allow different names for pragma once pragma once can now be used with test.h ./test.h and other references to the same file just like gcc/clang. On linux we can use stat and st_ino to check for the same file. On windows the st_ino does not work so we calculate a file hash if the size of the file differs and then compare the hash.
2023-06-26 02:23:58 +08:00
counter 0
Reference in New Issue
Copy Permalink