ccls/src/test.h
Jacob Dufault e26f1caaba Some changes to index tests:
- Add EXTRA_FLAGS: which lets a test specify additional command line
flags to pass to clang.
- Show diagnostics in the terminal after indexing the file.
- Allow the user to pass a test filter/file on the command line (ie,
cquery --test-index foo.cc)
2017-12-20 09:12:22 -08:00

6 lines
85 B
C++

#pragma once
#include <string>
void RunIndexTests(const std::string& filter_path);