diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-10-31 11:21:49 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-10-31 11:27:40 +0000 |
commit | a4d6d71612f38c8e164449971855fdde7976b3be (patch) | |
tree | dc6ac238776915844c70de4400472e079fadf771 /tests | |
parent | 61e8f78ee6b2c9495ff9b20c57c44ed5e4b5f891 (diff) | |
download | ubox-msx-lib-a4d6d71612f38c8e164449971855fdde7976b3be.tar.gz ubox-msx-lib-a4d6d71612f38c8e164449971855fdde7976b3be.zip |
SDCC versions and support for current snapshots
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 32933e0..bc972c0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -7,6 +7,7 @@ include ../config.env TESTS := $(wildcard test_*.py) test: + @sdcc --version python3 -m unittest $(TESTS) .PHONY: test default |