ccls/src/test.hh

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);
}