aboutsummaryrefslogtreecommitdiff
path: root/tests/common/libhello-1.0.0
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-01 19:28:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-01 19:28:23 +0300
commitf6a6cb738f9d201a40c54aca280acb69b6429e2a (patch)
tree9f9f8041b53fb8b970c1014a26414a89de2f9652 /tests/common/libhello-1.0.0
parent4656eb3b2dea5bb30aa76b3fa9a1125632372b77 (diff)
Use cxx.std=latest for test packages
Diffstat (limited to 'tests/common/libhello-1.0.0')
-rw-r--r--tests/common/libhello-1.0.0/build/root.build2
-rw-r--r--tests/common/libhello-1.0.0/tests/build/root.build2
2 files changed, 2 insertions, 2 deletions
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