mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:57:44 +00:00
Meta: Add LibTest and Tests/AK to gn build
This commit is contained in:
parent
4bfb146181
commit
cbda1a6c73
5 changed files with 183 additions and 1 deletions
4
Meta/gn/secondary/Tests/BUILD.gn
Normal file
4
Meta/gn/secondary/Tests/BUILD.gn
Normal file
|
@ -0,0 +1,4 @@
|
|||
group("Tests") {
|
||||
deps = [ "//Tests/AK" ]
|
||||
testonly = true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue