parent
d769b425f0
commit
ab72f52743
1 changed files with 1 additions and 1 deletions
@ -1,7 +1,7 @@ |
||||
project('python kwarg') |
||||
|
||||
py = import('python') |
||||
prog_python = py.find_installation('python3', modules : ['setuptools']) |
||||
prog_python = py.find_installation('python3', modules : ['distutils']) |
||||
assert(prog_python.found() == true, 'python not found when should be') |
||||
prog_python = py.find_installation('python3', modules : ['thisbetternotexistmod'], required : false) |
||||
assert(prog_python.found() == false, 'python not found but reported as found') |
||||
|
Loading…
Reference in new issue