1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-16 04:49:08 +00:00
trezor-firmware/storage/tests/Makefile

13 lines
192 B
Makefile
Raw Normal View History

.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