ccls/src/test.hh

11 lines
200 B
C++
Raw Normal View History

2018-08-21 05:27:52 +00:00
// Copyright 2017-2018 ccls Authors
// SPDX-License-Identifier: Apache-2.0
2017-03-10 07:06:01 +00:00
#pragma once
2017-09-22 01:14:57 +00:00
#include <string>
namespace ccls {
2018-08-09 17:08:14 +00:00
bool RunIndexTests(const std::string &filter_path, bool enable_update);
}