From 8826b24d68f3caff30ec0b70762073760dc8eb72 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Dec 2015 13:32:09 +0200 Subject: Update test package to latest build2 --- tests/repository/1/common/hello/libhello-1.0.0.tar.gz | Bin 1441 -> 1446 bytes .../1/common/libhello-1.0.0/build/root.build | 4 ++-- .../1/common/libhello-1.0.0/tests/build/root.build | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/repository/1/common/hello/libhello-1.0.0.tar.gz b/tests/repository/1/common/hello/libhello-1.0.0.tar.gz index 7663bab..c1ada1e 100644 Binary files a/tests/repository/1/common/hello/libhello-1.0.0.tar.gz and b/tests/repository/1/common/hello/libhello-1.0.0.tar.gz differ diff --git a/tests/repository/1/common/libhello-1.0.0/build/root.build b/tests/repository/1/common/libhello-1.0.0/build/root.build index 7c91ffc..1cf158c 100644 --- a/tests/repository/1/common/libhello-1.0.0/build/root.build +++ b/tests/repository/1/common/libhello-1.0.0/build/root.build @@ -1,7 +1,7 @@ using cxx -hxx.ext = -cxx.ext = cxx +hxx{*}: extension = +cxx{*}: extension = cxx cxx.std = 11 diff --git a/tests/repository/1/common/libhello-1.0.0/tests/build/root.build b/tests/repository/1/common/libhello-1.0.0/tests/build/root.build index 37809b8..0efa852 100644 --- a/tests/repository/1/common/libhello-1.0.0/tests/build/root.build +++ b/tests/repository/1/common/libhello-1.0.0/tests/build/root.build @@ -1,7 +1,7 @@ using cxx -hxx.ext = -cxx.ext = cxx +hxx{*}: extension = +cxx{*}: extension = cxx cxx.std = 11 -- cgit v1.1