From f6a6cb738f9d201a40c54aca280acb69b6429e2a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 1 Oct 2019 19:28:23 +0300 Subject: Use cxx.std=latest for test packages --- tests/common/hello/libhello-1.0.0.tar.gz | Bin 2426 -> 2448 bytes tests/common/libhello-1.0.0/build/root.build | 2 +- tests/common/libhello-1.0.0/tests/build/root.build | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/common/hello/libhello-1.0.0.tar.gz b/tests/common/hello/libhello-1.0.0.tar.gz index 34cad66..fa71182 100644 Binary files a/tests/common/hello/libhello-1.0.0.tar.gz and b/tests/common/hello/libhello-1.0.0.tar.gz differ diff --git a/tests/common/libhello-1.0.0/build/root.build b/tests/common/libhello-1.0.0/build/root.build index 8ceadfa..c081960 100644 --- a/tests/common/libhello-1.0.0/build/root.build +++ b/tests/common/libhello-1.0.0/build/root.build @@ -1,4 +1,4 @@ -cxx.std = 11 +cxx.std = latest using cxx diff --git a/tests/common/libhello-1.0.0/tests/build/root.build b/tests/common/libhello-1.0.0/tests/build/root.build index a2ee38a..19bd5fa 100644 --- a/tests/common/libhello-1.0.0/tests/build/root.build +++ b/tests/common/libhello-1.0.0/tests/build/root.build @@ -1,4 +1,4 @@ -cxx.std = 11 +cxx.std = latest using cxx -- cgit v1.1