aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/94 custominc/easytogrepfor/genh.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-03-28 19:33:52 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-03-28 19:33:52 +0300
commit6256b277687cba68e527712c3a7d327f480ab005 (patch)
tree9e0ac18411b3cefd9b02459d725b438044efaae8 /test cases/unit/94 custominc/easytogrepfor/genh.py
parent479a84455f6b838e862b7b68b6edd8968dd8fe1c (diff)
downloadmeson-dircondense64.zip
meson-dircondense64.tar.gz
meson-dircondense64.tar.bz2
Condense test directory names.dircondense64
Diffstat (limited to 'test cases/unit/94 custominc/easytogrepfor/genh.py')
-rw-r--r--test cases/unit/94 custominc/easytogrepfor/genh.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/unit/94 custominc/easytogrepfor/genh.py b/test cases/unit/94 custominc/easytogrepfor/genh.py
new file mode 100644
index 0000000..48e033a
--- /dev/null
+++ b/test cases/unit/94 custominc/easytogrepfor/genh.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python3
+
+import sys
+
+f = open(sys.argv[1], 'w')
+f.write('#define RETURN_VALUE 0')
+f.close()