1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/storage/tests/Makefile
2019-04-25 16:50:56 +02:00

13 lines
126 B
Makefile

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