diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 8ff0588..36aad30 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,15 @@ install: @echo @echo ...Done! +.PHONY: test +test: + @echo + @echo Running tests... + @echo + cargo test + @echo + @echo ...Done! + .PHONY: uninstall uninstall: @echo |