Tests https://github.com/mesonbuild/meson/issues/957pull/1011/head
parent
87f07cdf3d
commit
66ec8c4258
3 changed files with 17 additions and 2 deletions
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env python |
||||
|
||||
import os |
||||
import sys |
||||
|
||||
if not os.path.isfile(sys.argv[1]): |
||||
raise Exception("Couldn't find {!r}".format(sys.argv[1])) |
Loading…
Reference in new issue