diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2021-04-17 01:27:27 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2021-10-28 02:22:57 +0200 |
commit | 1f9826faefa2b1a1bddac3f3413a6d6055ee49bf (patch) | |
tree | c5c7322b7629211dab22d2f50c83e7263d52db2b /README.md | |
parent | d8336885a4c053544fe3491335da0f76afffdfb9 (diff) |
Add microunit test framework
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,2 +1,20 @@ -Game -==== +Black Attack +------------ + +## Dependencies + +- make +- SDL2 +- pkg-config + +## Run + +```shell +$ make run +``` + +## Tests + +```shell +$ make test +``` |