Added first unit tests
This commit is contained in:
parent
e498fb38c8
commit
28aab01e77
7 changed files with 49 additions and 19 deletions
6
Makefile
6
Makefile
|
|
@ -23,4 +23,10 @@ image: Dockerfile
|
|||
# Run
|
||||
run:
|
||||
@ cargo run
|
||||
.PHONY: run
|
||||
|
||||
|
||||
# Testing
|
||||
test:
|
||||
@ cargo test
|
||||
.PHONY: test
|
||||
|
|
|
|||
Reference in a new issue