diff options
| author | Jack O'Connor <[email protected]> | 2020-01-09 16:49:37 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-01-09 16:49:37 -0500 |
| commit | bef2034c0b3cf403f3209072b3c098ef46282725 (patch) | |
| tree | 5da506475a4bdf3b6b10aec2870772e541043da2 /test_vectors | |
| parent | a794a9124f6ee2a38df625eea754582f52edf93a (diff) | |
fix cross_test.sh
This is a hacky test script, and it broke when I added a feature flag,
while our CI was past quota :(
Diffstat (limited to 'test_vectors')
| -rwxr-xr-x | test_vectors/cross_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_vectors/cross_test.sh b/test_vectors/cross_test.sh index 9d00c84..1f6a34b 100755 --- a/test_vectors/cross_test.sh +++ b/test_vectors/cross_test.sh @@ -19,7 +19,7 @@ mv blake3/test_vectors . mv blake3/reference_impl test_vectors mv blake3 test_vectors cd test_vectors -sed -i 's|blake3 = { path = "../" }|blake3 = { path = "blake3" }|' Cargo.toml +sed -i 's|blake3 = { path = "../", features=\["c_avx512"\] }|blake3 = { path = "./blake3" }|' Cargo.toml sed -i 's|reference_impl = { path = "../reference_impl" }|reference_impl = { path = "reference_impl" }|' Cargo.toml cross test "$@" |
