mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 16:03:41 +00:00
Makefile: add 'make test' that runs go test
This commit is contained in:
@@ -57,6 +57,9 @@ fmt:
|
|||||||
@go fmt . ./compiler ./ir ./src/examples/* ./src/machine ./src/runtime ./src/sync
|
@go fmt . ./compiler ./ir ./src/examples/* ./src/machine ./src/runtime ./src/sync
|
||||||
@go fmt ./testdata/*.go
|
@go fmt ./testdata/*.go
|
||||||
|
|
||||||
|
test:
|
||||||
|
@go test .
|
||||||
|
|
||||||
gen-device: gen-device-nrf gen-device-avr
|
gen-device: gen-device-nrf gen-device-avr
|
||||||
|
|
||||||
gen-device-nrf:
|
gen-device-nrf:
|
||||||
|
|||||||
Reference in New Issue
Block a user