From a4d6d71612f38c8e164449971855fdde7976b3be Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 31 Oct 2021 11:21:49 +0000 Subject: SDCC versions and support for current snapshots --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.2.3