summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 437e8882f..9bcc37f3c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,9 @@ GO_FILES = \
os.go \
os_test.go \
timers.go \
- util.go
+ util.go \
+ util_test.go \
+ integration_test.go
deno: msg.pb.go $(GO_FILES)