From 14750b50ea9c9f53237bed59a79365e1ebbdacda Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 1 Jun 2018 19:53:07 +0200 Subject: configure_file: Add output_format kwarg (#3636) * configure_file: Add output_format kwarg * docs: Reference-manual.md output_format was added in 0.47 [skip ci] --- 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 3801432d4..2669a92c2 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -523,6 +523,7 @@ def detect_tests_to_run(): ('python3', 'python3', backend is not Backend.ninja), ('fpga', 'fpga', shutil.which('yosys') is None), ('frameworks', 'frameworks', False), + ('nasm', 'nasm', False), ] gathered_tests = [(name, gather_tests(Path('test cases', subdir)), skip) for name, subdir, skip in all_tests] return gathered_tests -- cgit v1.2.3