Imported Upstream version 3.4
[platform/upstream/ccache.git] / test / suites / nocpp2.bash
1 SUITE_nocpp2_SETUP() {
2     export CCACHE_NOCPP2=1
3     generate_code 1 test1.c
4 }
5
6 SUITE_nocpp2() {
7     base_tests
8 }