CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/

This is similar to the LibJS test data that resides in
/home/anon/js-tests.
It's more convenient than storing the test programs as raw strings
in the code.
This commit is contained in:
Itamar 2021-05-16 18:50:45 +03:00 committed by Andreas Kling
commit eeb98335d5
Notes: sideshowbarker 2024-07-18 17:45:14 +09:00
8 changed files with 47 additions and 37 deletions

View file

@ -12,7 +12,8 @@ if [ "$#" -eq "1" ]; then
'*.h' \
':!:Base' \
':!:Kernel/FileSystem/ext2_fs.h' \
':!:Userland/Libraries/LibC/syslog.h'
':!:Userland/Libraries/LibC/syslog.h' \
':!:Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests/*'
)
else
files=()