From 9b4d6504f1b9b0c3712d44008135fe2190f219f1 Mon Sep 17 00:00:00 2001 From: Coline Date: Fri, 1 Jul 2022 14:23:43 +0200 Subject: [PATCH] fix: makefile mv functional to zemu --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0a36e37..05646f3 100644 --- a/Makefile +++ b/Makefile @@ -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