diff options
Diffstat (limited to 'tests/repository/1/common')
-rw-r--r-- | tests/repository/1/common/hello/libhello-1.0.0.tar.gz | bin | 1441 -> 1446 bytes | |||
-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 |
3 files changed, 4 insertions, 4 deletions
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 Binary files differindex 7663bab..c1ada1e 100644 --- a/tests/repository/1/common/hello/libhello-1.0.0.tar.gz +++ b/tests/repository/1/common/hello/libhello-1.0.0.tar.gz 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 |