diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-20 19:26:42 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-01-21 23:35:38 +0200 |
commit | 8eca221aac333489004953c4149011b5d74df176 (patch) | |
tree | 6c46031c8b4f6f57a33661d43e5f4152029954c9 /run_project_tests.py | |
parent | 396e355c940d1427ccd7be7435499074f56bab7e (diff) | |
download | meson-8eca221aac333489004953c4149011b5d74df176.zip meson-8eca221aac333489004953c4149011b5d74df176.tar.gz meson-8eca221aac333489004953c4149011b5d74df176.tar.bz2 |
More tests and pic.
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 02897ce..4c6ca3b 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -542,6 +542,7 @@ def detect_tests_to_run(): ('objective c++', 'objcpp', backend not in (Backend.ninja, Backend.xcode) or mesonlib.is_windows() or not have_objcpp_compiler()), ('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')), + ('cuda', 'cuda', backend not in (Backend.ninja, Backend.xcode) or not shutil.which('nvcc')), ('python3', 'python3', backend is not Backend.ninja), ('python', 'python', backend is not Backend.ninja), ('fpga', 'fpga', shutil.which('yosys') is None), |