diff options
Diffstat (limited to 'tests/cli/simple')
-rw-r--r-- | tests/cli/simple/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cli/simple/buildfile b/tests/cli/simple/buildfile index 998eb67..47e06d9 100644 --- a/tests/cli/simple/buildfile +++ b/tests/cli/simple/buildfile @@ -1,8 +1,8 @@ using cxx -hxx.ext = -cxx.ext = cpp -ixx.ext = ipp +hxx{*}: extension = +cxx{*}: extension = cpp +ixx{*}: extension = ipp cxx.poptions += -I$out_root |