1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/storage/tests/Makefile
2020-01-03 12:44:12 +00:00

13 lines
192 B
Makefile

.PHONY: tests
build:
$(MAKE) -C c
$(MAKE) -C c0
## tests commands:
tests:
pytest --junitxml=../../tests/junit.xml -k "not hypothesis"
tests_all:
pytest --junitxml=../../tests/junit.xml