Skip to content

Commit

Permalink
update test pkg and dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang committed Aug 29, 2023
1 parent 7f5e79e commit dbff2ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# BOLOS_SDK IS DEFINED We use the plain Makefile for Ledger
# BOLOS_SDK NOT DEFINED We use a containerized build approach

#TESTS_JS_PACKAGE = "@zondax/ledger-polkadot"
#TESTS_JS_DIR = $(CURDIR)/../ledger-polkadot-js
#TESTS_JS_PACKAGE = "@zondax/ledger-substrate"
#TESTS_JS_DIR = $(CURDIR)/../ledger-substrate-js

ifeq ($(BOLOS_SDK),)
# In this case, there is not predefined SDK and we run dockerized
Expand Down Expand Up @@ -51,4 +51,3 @@ test_all:
cd tests_zemu && yarn testSR25519
make clean_build && SUBSTRATE_PARSER_FULL=1 make
make zemu_test

0 comments on commit dbff2ec

Please sign in to comment.