aboutsummaryrefslogtreecommitdiff
path: root/old-tests/cli/simple/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/cli/simple/buildfile')
-rw-r--r--old-tests/cli/simple/buildfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/old-tests/cli/simple/buildfile b/old-tests/cli/simple/buildfile
new file mode 100644
index 0000000..47e06d9
--- /dev/null
+++ b/old-tests/cli/simple/buildfile
@@ -0,0 +1,15 @@
+using cxx
+
+hxx{*}: extension =
+cxx{*}: extension = cpp
+ixx{*}: extension = ipp
+
+cxx.poptions += -I$out_root
+
+using cli
+
+exe{driver}: cxx{driver} cxx{test}
+cxx{test} hxx{test}: cli{test}
+
+#exe{driver}: cxx{driver} cli.cxx{test}
+#cli.cxx{test}: cli{test}