mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 01:08:11 +00:00
7 lines
91 B
Text
7 lines
91 B
Text
group("Tests") {
|
|
deps = [
|
|
"//Tests/AK",
|
|
"//Tests/LibJS",
|
|
]
|
|
testonly = true
|
|
}
|