diff options
Diffstat (limited to 'meson/test cases/common/128 build by default targets in tests/write_file.py')
-rw-r--r-- | meson/test cases/common/128 build by default targets in tests/write_file.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/common/128 build by default targets in tests/write_file.py b/meson/test cases/common/128 build by default targets in tests/write_file.py new file mode 100644 index 000000000..ff9c224f0 --- /dev/null +++ b/meson/test cases/common/128 build by default targets in tests/write_file.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 + +import sys + +with open(sys.argv[1], 'w') as f: + f.write('Test') |