Added first unit tests

This commit is contained in:
Jef Roosens 2021-03-05 23:34:38 +01:00
parent e498fb38c8
commit 28aab01e77
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
7 changed files with 49 additions and 19 deletions

View file

@ -23,4 +23,10 @@ image: Dockerfile
# Run
run:
@ cargo run
.PHONY: run
# Testing
test:
@ cargo test
.PHONY: test