diff options
Diffstat (limited to 'tests/cli')
-rw-r--r-- | tests/cli/lib/libtest/build/root.build | 6 | ||||
-rw-r--r-- | tests/cli/lib/test/build/root.build | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/cli/lib/libtest/build/root.build b/tests/cli/lib/libtest/build/root.build index f8d3d9e..c9ff67d 100644 --- a/tests/cli/lib/libtest/build/root.build +++ b/tests/cli/lib/libtest/build/root.build @@ -1,5 +1,5 @@ using cxx -hxx.ext = -ixx.ext = ipp -cxx.ext = cpp +hxx{*}: extension = +ixx{*}: extension = ipp +cxx{*}: extension = cpp diff --git a/tests/cli/lib/test/build/root.build b/tests/cli/lib/test/build/root.build index 2dda614..636fd02 100644 --- a/tests/cli/lib/test/build/root.build +++ b/tests/cli/lib/test/build/root.build @@ -1,7 +1,7 @@ using cxx -hxx.ext = h -ixx.ext = inl -cxx.ext = C +hxx{*}: extension = h +ixx{*}: extension = inl +cxx{*}: extension = C using cli |