mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-23 08:05:07 +00:00
0c839d19fc
This adds --ci command line flag which disables waiting for user input when running an index test (ie, test expectations are not updated).
6 lines
105 B
C++
6 lines
105 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
bool RunIndexTests(const std::string& filter_path, bool enable_update);
|