diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-11-17 14:29:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-17 14:29:47 +0200 |
commit | bf800101c2fce4ac6cd7be2f6e0564c6e297acf3 (patch) | |
tree | b063edbb3469e43a0d7a7010d74ac4c6b375f343 /run_unittests.py | |
parent | bb4bd7ab56e137c2e473e7febadba8617221c4d8 (diff) | |
parent | c361181cd9d6eeea24a1f8ad94772f4cce132692 (diff) | |
download | meson-bf800101c2fce4ac6cd7be2f6e0564c6e297acf3.zip meson-bf800101c2fce4ac6cd7be2f6e0564c6e297acf3.tar.gz meson-bf800101c2fce4ac6cd7be2f6e0564c6e297acf3.tar.bz2 |
Merge pull request #6182 from mensinda/depInfo
Better dependency logs
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index a97aac6..2aa4470 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3825,6 +3825,7 @@ recommended as it is not supported on some platforms''') dependencies_typelist = [ ('name', str), + ('version', str), ('compile_args', list), ('link_args', list), ] |