aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martínez <jjm@usebox.net>2021-10-02 12:33:04 +0000
committerJuan J. Martínez <jjm@usebox.net>2021-10-02 12:33:04 +0000
commita0991247ee1c4f6d9b92e79bc7a7f8875aa16350 (patch)
tree0789e731afeb7844fd68976fc0b1ea53ec4517d7 /README.md
parentc14900274f20d119c6704f910eec420bf2998866 (diff)
parentcaa22e5bbd158fd8d563588293aa763ca5801bed (diff)
downloadubox-msx-lib-a0991247ee1c4f6d9b92e79bc7a7f8875aa16350.tar.gz
ubox-msx-lib-a0991247ee1c4f6d9b92e79bc7a7f8875aa16350.zip
Merge branch 'rom-test' into 'master'
Start the test suite See merge request reidrac/ubox-msx-lib!12
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 23c9067..86d7152 100644
--- a/README.md
+++ b/README.md
@@ -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: