Rename make task to run EF tests

This commit is contained in:
b-m-f 2019-10-30 09:42:32 +00:00
parent dfe858b8cb
commit c450b4a18d
No known key found for this signature in database
GPG Key ID: 34DB67572480AAD1

View File

@ -15,15 +15,13 @@ test:
# only run the ef-test vectors
--run-ef-tests:
run-ef-tests:
cargo test --release --manifest-path=$(EF_TESTS)/Cargo.toml --features "ef_tests"
test-ef: make-ef-tests --run-ef-tests
test-ef: make-ef-tests run-ef-tests
# Runs the entire test suite, downloading test vectors if required.
test-full:
test
test-ef
test-full: test test-ef
# Runs the makefile in the `ef_tests` repo.