aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/simple/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli/simple/buildfile')
-rw-r--r--tests/cli/simple/buildfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/cli/simple/buildfile b/tests/cli/simple/buildfile
index 80882c6..998eb67 100644
--- a/tests/cli/simple/buildfile
+++ b/tests/cli/simple/buildfile
@@ -1,8 +1,12 @@
+using cxx
+
hxx.ext =
cxx.ext = cpp
ixx.ext = ipp
-cxx.poptions = -I$out_root
+cxx.poptions += -I$out_root
+
+using cli
exe{driver}: cxx{driver} cxx{test}
cxx{test} hxx{test}: cli{test}