ccls/src/test.h
Jacob Dufault 0c839d19fc [ci]: Do not wait for input after failing a test.
This adds --ci command line flag which disables waiting for user input when running an index test (ie, test expectations are not updated).
2018-01-03 18:43:58 -08:00

6 lines
105 B
C++

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