From eeb98335d541ea018efd45dca7d4fff2999b438b Mon Sep 17 00:00:00 2001 From: Itamar Date: Sun, 16 May 2021 18:50:45 +0300 Subject: 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. --- Meta/lint-clang-format.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Meta/lint-clang-format.sh') diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh index d2f0d333b6..7542a77695 100755 --- a/Meta/lint-clang-format.sh +++ b/Meta/lint-clang-format.sh @@ -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=() -- cgit v1.2.3