diff options
| author | Parsa Ghadimi <me@qti3e.com> | 2018-05-30 17:03:55 +0430 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-30 08:33:55 -0400 |
| commit | 2242c6c7921fcb681d3be7683fba862b4954b04a (patch) | |
| tree | 12a1b50c1e180caafb35a7f37df64aed98e8399d /Makefile | |
| parent | 1156467c937f5b9af532a25fa80a706eea8f959d (diff) | |
Use wildcard to check stack trace outputs (#3)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
