Newer
Older
minerva / Meta / gn / secondary / Tests / BUILD.gn
@minerva minerva on 13 Jul 135 bytes Initial commit
group("Tests") {
  deps = [
    "//Tests/AK",
    "//Tests/LibJS",
    "//Tests/LibURL",
    "//Tests/LibWeb",
  ]
  testonly = true
}