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:
parent
e9fc5d6cc3
commit
6329e9fce6
4 changed files with 165 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
LexerAutoComplete.cpp
|
||||
ParserAutoComplete.cpp
|
||||
Tests.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue