]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add test case for directives-only/rewrite-includes
authorAnders F Björklund <anders.f.bjorklund@gmail.com>
Sun, 25 Jun 2017 19:49:15 +0000 (21:49 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 30 Jan 2018 20:39:24 +0000 (21:39 +0100)
commitf58741b57ddd6024c765f5d7ef1eb62f3e8030a3
tree5e6392ac0b01c25d38b0b02cdc65d2cae15db063
parent8759215697ddec778b272b4d033484f591bd2f9f
Add test case for directives-only/rewrite-includes

Use run_second_cpp = false (also known sometimes as "cpp1"),
but instruct the preprocessor to only handle include directives.

Make sure that any headers are still processed, and that both
the #define and -D work as usual (with regular preprocessing).
test/suites/cpp1.bash [new file with mode: 0644]