diff options
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} |