diff options
| author | Mathieu Duponchelle <MathieuDuponchelle@users.noreply.github.com> | 2018-06-01 19:53:07 +0200 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-01 17:53:07 +0000 |
| commit | 14750b50ea9c9f53237bed59a79365e1ebbdacda (patch) | |
| tree | 9497bd107cc4889bdb6daf60094bf650c1315e82 /run_project_tests.py | |
| parent | 17cb364046661c2d72193b4d8691070fd0fb276b (diff) | |
| download | meson-14750b50ea9c9f53237bed59a79365e1ebbdacda.tar.gz | |
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]
Diffstat (limited to 'run_project_tests.py')
| -rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
