mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:34:59 +00:00
LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parser
This commit is contained in:
parent
fd864fbb74
commit
a38c330c68
16 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ def run():
|
|||
"**/CMake*.txt",
|
||||
":!:Kernel/FileSystem/ext2_fs.h",
|
||||
':!:Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests/*',
|
||||
':!:Userland/Libraries/LibCpp/Tests/*'
|
||||
':!:Userland/Libraries/LibCpp/Tests/parser/*'
|
||||
],
|
||||
check=True,
|
||||
capture_output=True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue