diff options
author | Ayke van Laethem <[email protected]> | 2018-09-25 13:48:51 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-09-25 13:49:03 +0200 |
commit | d190bfccf699fe0abbd9c4d54005c7c0361c737d (patch) | |
tree | b914a176f26e18abdc01f23ecad03b97edc9c1ef /Makefile | |
parent | 13cb7d6503bb322cd708573c5ab5d382abd39fd5 (diff) | |
download | tinygo-d190bfccf699fe0abbd9c4d54005c7c0361c737d.tar.gz tinygo-d190bfccf699fe0abbd9c4d54005c7c0361c737d.zip |
Makefile: add 'make test' that runs go test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |