diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-24 10:12:35 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-24 10:25:25 -0400 |
| commit | b98f9f1efe6521645615146555004915ef6ecc8e (patch) | |
| tree | 34bfac8d945af6d15921a78ea605c19fbbea5baf /Makefile | |
| parent | 8d1497a40896429191ca864a2da035fcddf286bc (diff) | |
Replace Node test runner with golang one.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,7 +6,6 @@ TS_FILES = \ msg.pb.js \ os.ts \ runtime.ts \ - test.js \ timers.ts \ tsconfig.json \ types.ts \ @@ -69,7 +68,6 @@ fmt: node_modules clang-format msg.proto -i test: deno - node test.js - go test + go test -v .PHONY: test lint clean distclean |
