This website requires JavaScript.
Explore
Help
Sign In
Zengtudor
/
ccls
Watch
1
Star
0
Fork
0
You've already forked ccls
mirror of
https://github.com/MaskRay/ccls.git
synced
2025-02-07 17:32:14 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
829b2fe18c
ccls
/
src
/
test.h
6 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
fixes
2017-03-10 07:06:01 +00:00
#
pragma once
Reformat to Chromium style.
2017-09-22 01:14:57 +00:00
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 17:10:57 +00:00
#
include
<string>
void
RunIndexTests
(
const
std
:
:
string
&
filter_path
)
;
Reference in New Issue
Copy Permalink