aboutsummaryrefslogtreecommitdiff
path: root/test_vectors
diff options
context:
space:
mode:
Diffstat (limited to 'test_vectors')
-rwxr-xr-xtest_vectors/cross_test.sh2
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 "$@"