mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 05:07:45 +00:00
Meta: Add test-js to the GN build
This commit is contained in:
parent
3c5909f47e
commit
6e928e426a
2 changed files with 20 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
group("Tests") {
|
||||
deps = [ "//Tests/AK" ]
|
||||
deps = [
|
||||
"//Tests/AK",
|
||||
"//Tests/LibJS",
|
||||
]
|
||||
testonly = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue