aboutsummaryrefslogtreecommitdiff
path: root/tests/cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-24 17:26:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-24 17:26:17 +0200
commitf56b5a42b9aaaeb0c4e7dee894dea9686599b88c (patch)
treea4c042781770c4fd75fad031b686153bba1beadf /tests/cli
parente815af118562c68794efbd310c887acd8eae800c (diff)
Implement proper target type detection in dependency injection
Diffstat (limited to 'tests/cli')
-rw-r--r--tests/cli/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cli/buildfile b/tests/cli/buildfile
index 705f302..d71a677 100644
--- a/tests/cli/buildfile
+++ b/tests/cli/buildfile
@@ -1,6 +1,6 @@
-hxx.ext = hpp
+hxx.ext =
cxx.ext = cpp
ixx.ext = ipp
-exe{test}: cxx{driver test}
+exe{driver}: cxx{driver test}
cxx{test}: cli{test}