Makefile: add 'make test' that runs go test

This commit is contained in:
Ayke van Laethem
2018-09-25 13:48:51 +02:00
parent 13cb7d6503
commit d190bfccf6
+3
View File
@@ -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: