This website requires JavaScript.
Explore
Help
Sign in
d0p1
/
tcc-stupidos
Watch
1
Star
1
Fork
You've already forked tcc-stupidos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6426cc3384
tcc-stupidos
/
tests
/
tests2
/
18_include.expect
9 lines
92 B
Text
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 13:27:38 +00:00
including
included
done
Add testcase __has_include and __has_include_next
2022-08-16 18:53:57 +00: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-25 18:23:58 +00:00
counter 0
Reference in a new issue
Copy permalink