diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-11 11:37:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-11 11:37:53 +0200 |
commit | 81014580e6afb5020750cd5e33514a2af458a72c (patch) | |
tree | 89c5bd5a25fe0c513873c7741f9c305e7cf46519 | |
parent | 4f88b6ba253ddb34fdc5049ab3044516df73257c (diff) |
update readme w/ test build/launch info
-rw-r--r-- | readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +# puzzle box + +Avans University of Applied Sciences project puzzle box. + +## Tests + +``` +mkdir -p test/build +cd test/build +cmake .. +make +make test +``` |