aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46de89b..c897c2a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ game: bin libs
make -C tools
make -C game all
+test: game
+ make -C tests test
+
docs:
make -C docs