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/libtest/build/root.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/cli/lib/libtest/build/root.build') 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 -- cgit v1.1