diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-15 06:50:32 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-15 06:50:32 -0400 |
| commit | 6f9c919f410c7d97f99515ea99c8dcc434d5d26d (patch) | |
| tree | 88e3c134c6cafea96ffef304cd370bdb2252df2c /Makefile | |
| parent | 5117a8f8a289101723bc74d4e9c45581d5b99172 (diff) | |
Add test runner
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,4 +45,7 @@ fmt: node_modules go fmt clang-format msg.proto -i +test: + node test.js + .PHONY: lint clean distclean |
