diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 13:32:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 13:32:09 +0200 |
commit | 8826b24d68f3caff30ec0b70762073760dc8eb72 (patch) | |
tree | c49fa4da6748340611cf842bbf5690e9039ad6ba /tests/repository/1/common/libhello-1.0.0 | |
parent | 9db8acccdfcf611f8e33e5df1244a4671cc9a6a2 (diff) |
Update test package to latest build2
Diffstat (limited to 'tests/repository/1/common/libhello-1.0.0')
-rw-r--r-- | tests/repository/1/common/libhello-1.0.0/build/root.build | 4 | ||||
-rw-r--r-- | tests/repository/1/common/libhello-1.0.0/tests/build/root.build | 4 |
2 files changed, 4 insertions, 4 deletions
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 |