1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:07:35 +00:00

LanguageServer/Cpp: Add tests

The Cpp LanguageServer tests can be run with: CppLanguageServer -t

The tests now only cover some very simple autocomplete and
"find declaration" use cases, but it's a start :)
This commit is contained in:
Itamar 2021-05-12 20:36:00 +03:00 committed by Andreas Kling
parent e9fc5d6cc3
commit 6329e9fce6
4 changed files with 165 additions and 1 deletions

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2021, Itamar S. <itamar8910@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
int run_tests();