aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-02 07:08:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-02 07:08:57 +0200
commitd236d61ee9821abc4e8d3e3928ac2dfa9cb57d98 (patch)
treebc8968a16c7fcd365554b867d8c7dd4da7a575e3 /tests
parent455ad2bf70eb0a6e29c8c7179e1c40c18bd8ee2f (diff)
Make few existing file searching optimizations
Diffstat (limited to 'tests')
-rw-r--r--tests/cli/simple/buildfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/cli/simple/buildfile b/tests/cli/simple/buildfile
index 5a940ce..a7e6e80 100644
--- a/tests/cli/simple/buildfile
+++ b/tests/cli/simple/buildfile
@@ -4,5 +4,8 @@ ixx.ext = ipp
cxx.poptions = -I$out_root
-exe{driver}: cxx{driver} cxx{test}
-cxx{test} hxx{test}: cli{test}
+#exe{driver}: cxx{driver} cxx{test}
+#cxx{test} hxx{test}: cli{test}
+
+exe{driver}: cxx{driver} cli.cxx{test}
+cli.cxx{test}: cli{test}