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 /Makefile | |
parent | c14900274f20d119c6704f910eec420bf2998866 (diff) | |
download | ubox-msx-lib-caa22e5bbd158fd8d563588293aa763ca5801bed.tar.gz ubox-msx-lib-caa22e5bbd158fd8d563588293aa763ca5801bed.zip |
Start the test suite
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ game: bin libs make -C tools make -C game all +test: game + make -C tests test + docs: make -C docs |