Add zemu test to Makefile

This commit is contained in:
pscott
2021-06-18 11:23:37 +02:00
parent d09dd32e55
commit 7e666de9ae
2 changed files with 42 additions and 0 deletions

View File

@@ -351,6 +351,14 @@ load: all
delete:
python3 -m ledgerblue.deleteApp $(COMMON_DELETE_PARAMS)
install_tests:
cd tests && (yarn install || sudo yarn install)
run_tests:
cd tests && (yarn test || sudo yarn test)
test: install_tests run_tests
# import generic rules from the sdk
include $(BOLOS_SDK)/Makefile.rules