aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/lib/test/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli/lib/test/buildfile')
-rw-r--r--tests/cli/lib/test/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cli/lib/test/buildfile b/tests/cli/lib/test/buildfile
index fc0e552..70a4dc1 100644
--- a/tests/cli/lib/test/buildfile
+++ b/tests/cli/lib/test/buildfile
@@ -1,6 +1,6 @@
import libs += cli-lib-libtest
-exe{driver}: cxx{driver} cxx{test} $libs
-cxx{test} hxx{test}: cli{test}
+exe{driver}: cxx{driver} cli.cxx{test} $libs
+cli.cxx{test}: cli{test}
cxx.poptions = -I$out_root