diff options
Diffstat (limited to '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: |