From f81ec08d6186271ebb33591ddf21590ff6a43dce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Apr 2016 14:53:49 +0200 Subject: Fix legacy stuff in tests --- tests/cli/lib/test/build/root.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/cli/lib/test/build/root.build') 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 -- cgit v1.1