1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 01:08:11 +00:00
serenity/Meta/gn/secondary/Tests/BUILD.gn
2023-11-18 01:16:05 -07:00

7 lines
91 B
Text

group("Tests") {
deps = [
"//Tests/AK",
"//Tests/LibJS",
]
testonly = true
}