diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 4 | ||||
-rw-r--r-- | tests/cli/buildfile | 4 |
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} |