diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-28 07:05:15 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-28 07:05:15 +0100 |
commit | f9bb9efb462d58db2e6f2fdea3236e3d824da841 (patch) | |
tree | 3824697ed16d137b8bd683f4ebad30a1213bb9e5 | |
parent | 7b4214055a8266fb33561d4a803b4ca0a155157f (diff) | |
download | engine-f9bb9efb462d58db2e6f2fdea3236e3d824da841.tar.gz |
fixed README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,7 @@ Small graphics engine. - g++ (GNU C++ Compiler) - GNU autotools +- criterion - ncurses - SDL2 @@ -19,6 +20,10 @@ While inside the directory containing all files: ./configure make +You can run tests: + + make check + ### Running Usage: |