diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2021-10-02 12:33:04 +0000 |
---|---|---|
committer | Juan J. MartÃnez <jjm@usebox.net> | 2021-10-02 12:33:04 +0000 |
commit | caa22e5bbd158fd8d563588293aa763ca5801bed (patch) | |
tree | 0789e731afeb7844fd68976fc0b1ea53ec4517d7 /README.md | |
parent | c14900274f20d119c6704f910eec420bf2998866 (diff) | |
download | ubox-msx-lib-caa22e5bbd158fd8d563588293aa763ca5801bed.tar.gz ubox-msx-lib-caa22e5bbd158fd8d563588293aa763ca5801bed.zip |
Start the test suite
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,6 +56,10 @@ Add those directories in `SDCC`'s search path and you are ready to go. Note: `make` is expected to be run from the root of the repo. The PATH env variable will be set automatically. +### Running tests + +There are tests that can be run with `make test`. + ### Building the example An example game is included with the libraries and it can be built with: |