* moved SystemHeaderSearchPaths and FramewordSeearchPaths of indexer cxx indexer commands to CompilerFlags section * added SourceGroupTestSuite to test indexer command generation of all source groups * removed "compile_commands.json" from gitignore, because a resource file for the tests has this name
11 lines
388 B
Plaintext
11 lines
388 B
Plaintext
SourceFilePath: "src/main/java/hello/Greeter.java"
|
|
LanguageStandard: "10"
|
|
ClassPathItem: "test/jre/system/library/path.jar"
|
|
ClassPathItem: "src/main/java"
|
|
ClassPathItem: "src/test/java"
|
|
SourceFilePath: "src/test/java/hello/HelloWorldTests.java"
|
|
LanguageStandard: "10"
|
|
ClassPathItem: "test/jre/system/library/path.jar"
|
|
ClassPathItem: "src/main/java"
|
|
ClassPathItem: "src/test/java"
|