aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/lib/test/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli/lib/test/build/root.build')
-rw-r--r--tests/cli/lib/test/build/root.build6
1 files changed, 3 insertions, 3 deletions
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