ccls/src/test.h
2019-10-24 01:01:21 -07:00

9 lines
181 B
C++

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