diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-24 13:29:52 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-24 14:12:42 +0300 |
commit | def0adc835b35f503eda48049e9e753786c21655 (patch) | |
tree | cc4dcf7c2e02132e2f0cee0523a74906cf70107a /tests/load/1 | |
parent | e52bba0e65fb3c2eee9adb7672381964b35aad9c (diff) |
Add support for build-time mark (*) in tests, examples, and benchmarks package manifest values
Diffstat (limited to 'tests/load/1')
-rw-r--r-- | tests/load/1/math/libfoo-1.2.4+1.tar.gz | bin | 1025 -> 1032 bytes | |||
-rw-r--r-- | tests/load/1/math/packages.manifest | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/load/1/math/libfoo-1.2.4+1.tar.gz b/tests/load/1/math/libfoo-1.2.4+1.tar.gz Binary files differindex 74678eb..bafc657 100644 --- a/tests/load/1/math/libfoo-1.2.4+1.tar.gz +++ b/tests/load/1/math/libfoo-1.2.4+1.tar.gz diff --git a/tests/load/1/math/packages.manifest b/tests/load/1/math/packages.manifest index ea37e2a..335b9d0 100644 --- a/tests/load/1/math/packages.manifest +++ b/tests/load/1/math/packages.manifest @@ -79,11 +79,11 @@ requires: linux | windows | macosx; Symbian support is coming. requires: c++11 requires: ? ; libc++ standard library if using Clang on Mac OS X. requires: ? vc++ >= 12.0; Only if using VC++ on Windows. -tests: libfoo-tests == 1.2.4 +tests: * libfoo-tests == 1.2.4 examples: libfoo-examples benchmarks: libfoo-benchmarks > 0.0.1 location: libfoo-1.2.4+1.tar.gz -sha256sum: c02b6033107387e05f48aa62ee6498152c967deb0e91a62f1e618fe9fd1bc644 +sha256sum: 042a9c1df1bf6fc61a47d864dceff3cb68640aa68490174c10f5baf813116fa5 : name: libfoo-benchmarks version: 1.2.4 |