Makefile: add 'make test' that runs go test
Этот коммит содержится в:
родитель
13cb7d6503
коммит
d190bfccf6
1 изменённых файлов: 3 добавлений и 0 удалений
3
Makefile
3
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:
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче