summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-15 06:50:32 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-15 06:50:32 -0400
commit6f9c919f410c7d97f99515ea99c8dcc434d5d26d (patch)
tree88e3c134c6cafea96ffef304cd370bdb2252df2c /Makefile
parent5117a8f8a289101723bc74d4e9c45581d5b99172 (diff)
Add test runner
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78ecb357d..0fa020816 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,7 @@ fmt: node_modules
go fmt
clang-format msg.proto -i
+test:
+ node test.js
+
.PHONY: lint clean distclean