index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
106 underspecified mtest
/
runner.py
blob: 9fb9ac40b94e32deaaa3dacfa703124d688a4ab7 (
plain
)
1
2
3
4
5
#!/usr/bin/env python3
import
sys
,
subprocess
subprocess
.
run
(
sys
.
argv
[
1
:],
check
=
True
)