diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 17:26:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 17:26:17 +0200 |
commit | f56b5a42b9aaaeb0c4e7dee894dea9686599b88c (patch) | |
tree | a4c042781770c4fd75fad031b686153bba1beadf /tests/cli/buildfile | |
parent | e815af118562c68794efbd310c887acd8eae800c (diff) |
Implement proper target type detection in dependency injection
Diffstat (limited to 'tests/cli/buildfile')
-rw-r--r-- | tests/cli/buildfile | 4 |
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} |