fix(core/rust): enable "test" feature for Rust unit test

pull/1821/head
matejcik 3 years ago committed by Martin Milata
parent 2c8dec93a6
commit d0efdfa715

@ -79,7 +79,7 @@ test: ## run unit tests
cd tests ; ./run_tests.sh $(TESTOPTS)
test_rust: ## run rs unit tests
cd embed/rust ; cargo test -- --test-threads=1
cd embed/rust ; cargo test --features test -- --test-threads=1
test_emu: ## run selected device tests from python-trezor
$(EMU_TEST) $(PYTEST) $(TESTPATH)/device_tests $(TESTOPTS)

Loading…
Cancel
Save