aboutsummaryrefslogtreecommitdiff
path: root/test cases/16 configure file/builder.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/16 configure file/builder.txt')
-rw-r--r--test cases/16 configure file/builder.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/16 configure file/builder.txt b/test cases/16 configure file/builder.txt
new file mode 100644
index 0000000..7fb3258
--- /dev/null
+++ b/test cases/16 configure file/builder.txt
@@ -0,0 +1,6 @@
+project('configure file test', 'c')
+
+var = 'mystring'
+other = 'string 2'
+second = ' bonus'
+configure_file('config.h.in', 'config.h')