aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-09-25 13:48:51 +0200
committerAyke van Laethem <[email protected]>2018-09-25 13:49:03 +0200
commitd190bfccf699fe0abbd9c4d54005c7c0361c737d (patch)
treeb914a176f26e18abdc01f23ecad03b97edc9c1ef /Makefile
parent13cb7d6503bb322cd708573c5ab5d382abd39fd5 (diff)
downloadtinygo-d190bfccf699fe0abbd9c4d54005c7c0361c737d.tar.gz
tinygo-d190bfccf699fe0abbd9c4d54005c7c0361c737d.zip
Makefile: add 'make test' that runs go test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b558e7708..1c51a8b5c 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,9 @@ fmt:
@go fmt . ./compiler ./ir ./src/examples/* ./src/machine ./src/runtime ./src/sync
@go fmt ./testdata/*.go
+test:
+ @go test .
+
gen-device: gen-device-nrf gen-device-avr
gen-device-nrf: