mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
9 lines
135 B
Text
9 lines
135 B
Text
group("Tests") {
|
|
deps = [
|
|
"//Tests/AK",
|
|
"//Tests/LibJS",
|
|
"//Tests/LibURL",
|
|
"//Tests/LibWeb",
|
|
]
|
|
testonly = true
|
|
}
|