fix: makefile mv functional to zemu

This commit is contained in:
Coline
2022-07-01 14:23:43 +02:00
parent 1edb17098d
commit 9b4d6504f1

View File

@@ -222,10 +222,10 @@ delete:
python3 -m ledgerblue.deleteApp $(COMMON_DELETE_PARAMS)
install_tests:
cd tests/functional/ && (yarn install || sudo yarn install)
cd tests/zemu/ && (yarn install || sudo yarn install)
run_tests:
cd tests/functional/ && (yarn test || sudo yarn test)
cd tests/zemu/ && (yarn test || sudo yarn test)
test: install_tests run_tests