diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:28:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 19:28:23 +0300 |
commit | f6a6cb738f9d201a40c54aca280acb69b6429e2a (patch) | |
tree | 9f9f8041b53fb8b970c1014a26414a89de2f9652 /tests/common | |
parent | 4656eb3b2dea5bb30aa76b3fa9a1125632372b77 (diff) |
Use cxx.std=latest for test packages
Diffstat (limited to 'tests/common')
-rw-r--r-- | tests/common/hello/libhello-1.0.0.tar.gz | bin | 2426 -> 2448 bytes | |||
-rw-r--r-- | tests/common/libhello-1.0.0/build/root.build | 2 | ||||
-rw-r--r-- | tests/common/libhello-1.0.0/tests/build/root.build | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/common/hello/libhello-1.0.0.tar.gz b/tests/common/hello/libhello-1.0.0.tar.gz Binary files differindex 34cad66..fa71182 100644 --- a/tests/common/hello/libhello-1.0.0.tar.gz +++ b/tests/common/hello/libhello-1.0.0.tar.gz 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 |