mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
13 lines
126 B
Makefile
13 lines
126 B
Makefile
.PHONY: tests
|
|
|
|
build:
|
|
$(MAKE) -C c
|
|
$(MAKE) -C c0
|
|
|
|
## tests commands:
|
|
tests:
|
|
pytest -k "not hypothesis"
|
|
|
|
tests_all:
|
|
pytest
|