ccls/src/test.hh
2019-11-09 20:09:13 -08:00

11 lines
200 B
C++

// Copyright 2017-2018 ccls Authors
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <string>
namespace ccls {
bool RunIndexTests(const std::string &filter_path, bool enable_update);
}