Added unit testing

This commit is contained in:
2023-10-08 21:50:06 +02:00
parent ce1729d5b1
commit 72dda9aaeb
10 changed files with 192 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
# vriscv - a risc-v simulator
## Unit tests
Unit tests can be compiled and run using :
```
make tests
```
## Resources used
Juraj's Blog, mostly: