aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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: