aboutsummaryrefslogtreecommitdiff
path: root/tests
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
parente815af118562c68794efbd310c887acd8eae800c (diff)
Implement proper target type detection in dependency injection
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore4
-rw-r--r--tests/cli/buildfile4
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index e54525b..d22ca88 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1 +1,5 @@
driver
+
+# Temporary out-of-tree build directories.
+#
+*-build
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}