1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +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

@ -1,6 +1,7 @@
set(SOURCES
LexerAutoComplete.cpp
ParserAutoComplete.cpp
Tests.cpp
main.cpp
)