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/install/lib/libtest/build/root.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/install/lib') diff --git a/tests/install/lib/libtest/build/root.build b/tests/install/lib/libtest/build/root.build index 59c1e37..20536a2 100644 --- a/tests/install/lib/libtest/build/root.build +++ b/tests/install/lib/libtest/build/root.build @@ -1,11 +1,11 @@ using cxx -hxx.ext = hxx -ixx.ext = ixx -cxx.ext = cxx +hxx{*}: extension = hxx +ixx{*}: extension = ixx +cxx{*}: extension = cxx tests/: { - test.exe = true + exe{*}: test = true install = false } -- cgit v1.1