mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 09:31:59 +00:00
Reduce test clang arg set.
This commit is contained in:
parent
1eac0f8b47
commit
ee5ea91c1f
13
src/test.cc
13
src/test.cc
@ -128,17 +128,8 @@ void RunIndexTests() {
|
|||||||
// Run test.
|
// Run test.
|
||||||
// std::cout << "[START] " << path << std::endl;
|
// std::cout << "[START] " << path << std::endl;
|
||||||
PerformanceImportFile perf;
|
PerformanceImportFile perf;
|
||||||
std::vector<std::unique_ptr<IndexFile>> dbs = Parse(
|
std::vector<std::unique_ptr<IndexFile>> dbs =
|
||||||
&config, &file_consumer_shared, path,
|
Parse(&config, &file_consumer_shared, path, {"-xc++", "-std=c++11"},
|
||||||
{"-xc++", "-std=c++11",
|
|
||||||
"-IC:/Users/jacob/Desktop/cquery/third_party/",
|
|
||||||
"-IC:/Users/jacob/Desktop/cquery/third_party/doctest/",
|
|
||||||
"-IC:/Users/jacob/Desktop/cquery/third_party/rapidjson/include",
|
|
||||||
"-IC:/Users/jacob/Desktop/cquery/src",
|
|
||||||
"-isystemC:/Program Files (x86)/Microsoft Visual "
|
|
||||||
"Studio/2017/Community/VC/Tools/MSVC/14.10.25017/include",
|
|
||||||
"-isystemC:/Program Files (x86)/Windows "
|
|
||||||
"Kits/10/Include/10.0.15063.0/ucrt"},
|
|
||||||
{}, &perf, &index, false /*dump_ast*/);
|
{}, &perf, &index, false /*dump_ast*/);
|
||||||
|
|
||||||
// Parse expected output from the test, parse it into JSON document.
|
// Parse expected output from the test, parse it into JSON document.
|
||||||
|
Loading…
Reference in New Issue
Block a user