summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 34c09b582..80a0a466b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -4,6 +4,18 @@ import("//build_extra/flatbuffers/flatbuffer.gni")
import("//build_extra/deno.gni")
import("//build_extra/rust/rust.gni")
+group("all") {
+ testonly = true
+ deps = [
+ ":deno",
+ ":deno_cc",
+ ":deno_cc_nosnapshot",
+ ":deno_nosnapshot",
+ ":handlers_test",
+ ":test_cc",
+ ]
+}
+
config("deno_config") {
include_dirs = [ "third_party/v8" ] # This allows us to v8/src/base/ libraries.
configs = [ "third_party/v8:external_config" ]