aboutsummaryrefslogtreecommitdiff
path: root/tests/test/generated/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/generated/buildfile')
-rw-r--r--tests/test/generated/buildfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test/generated/buildfile b/tests/test/generated/buildfile
new file mode 100644
index 0000000..ca06105
--- /dev/null
+++ b/tests/test/generated/buildfile
@@ -0,0 +1,12 @@
+# Test generated input.
+#
+using cxx
+
+hxx.ext = hxx
+cxx.ext = cxx
+
+exe{utility}: cxx{utility}
+exe{driver}: cxx{driver}
+exe{driver}: test.input = exe{utility}
+
+.: exe{driver}