Explorar el Código

Add command to run the test suite in Makefile.

tags/v0.9.99
Andrey Nering hace 8 años
padre
commit
b8d0367a6c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      Makefile

+ 3
- 0
Makefile Ver fichero



clean-mac: clean clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm find . -name ".DS_Store" -print0 | xargs -0 rm

test:
go test ./...

Cargando…
Cancelar
Guardar