summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorParsa Ghadimi <me@qti3e.com>2018-05-30 17:03:55 +0430
committerRyan Dahl <ry@tinyclouds.org>2018-05-30 08:33:55 -0400
commit2242c6c7921fcb681d3be7683fba862b4954b04a (patch)
tree12a1b50c1e180caafb35a7f37df64aed98e8399d /Makefile
parent1156467c937f5b9af532a25fa80a706eea8f959d (diff)
Use wildcard to check stack trace outputs (#3)
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)