From 978e6fb88f926da14314a3563de13197a092cc9f Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 10 Dec 2018 14:33:58 -0800 Subject: tests: Add tests for the python module This doesn't touch everything as it's just based on the python3 module tests, ported to the python module. It's still better than the one very basic test in the unit test module. --- run_project_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_project_tests.py') diff --git a/run_project_tests.py b/run_project_tests.py index 0d64f47..02897ce 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -543,6 +543,7 @@ def detect_tests_to_run(): ('fortran', 'fortran', backend is not Backend.ninja or not shutil.which('gfortran')), ('swift', 'swift', backend not in (Backend.ninja, Backend.xcode) or not shutil.which('swiftc')), ('python3', 'python3', backend is not Backend.ninja), + ('python', 'python', backend is not Backend.ninja), ('fpga', 'fpga', shutil.which('yosys') is None), ('frameworks', 'frameworks', False), ('nasm', 'nasm', False), -- cgit v1.1