Home | History | Annotate | Download | only in test_files
      1 [
      2   {
      3     "directory": "$test_files_dir",
      4     "command": "clang++ -fsyntax-only -std=c++11 -c test.cc",
      5     "file": "test.cc"
      6   },
      7   {
      8     "directory": "$test_files_dir",
      9     "command": "clang++ -fsyntax-only -std=c++11 --sysroot ./sysroot -c test_relative_sysroot.cc",
     10     "file": "test_relative_sysroot.cc"
     11   },
     12   {
     13     "directory": "$test_files_dir",
     14     "command": "clang++ -I.",
     15     "file": "includes_self.cc"
     16   }
     17 ]
     18