summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b76439f38..9ff3d1011 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -34,6 +34,11 @@ rust_component("handlers") {
extern = [ ":libc" ]
}
+rust_test("handlers_test") {
+ source_root = "src/handlers.rs"
+ extern = [ ":libc" ]
+}
+
executable("deno_cc") {
sources = [
"src/main.cc",