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:
parent
e9fc5d6cc3
commit
6329e9fce6
4 changed files with 165 additions and 1 deletions
9
Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests.h
Normal file
9
Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Itamar S. <itamar8910@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
int run_tests();
|
Loading…
Add table
Add a link
Reference in a new issue