diff options
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), ] |