Skip to content

Commit

Permalink
test: update make file to run demo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hemz10 committed Oct 17, 2023
1 parent 67e1820 commit 83d3ddc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,17 @@ run-archway-e2e:
@echo "Running e2e demo cosmos"
@cd $(CURDIR)/scripts/cosmos && npx ts-node cosmos_e2e_demo.ts archway

run-neutron-e2e:
@echo "Running e2e demo cosmos"
@cd $(CURDIR)/scripts/cosmos && npx ts-node cosmos_e2e_demo.ts neutron

run-icon-archway-e2e:
@echo "Running e2e demo cosmos"
@cd $(CURDIR)/scripts/cosmos && npx ts-node icon_cosmos_demo.ts archway
@cd $(CURDIR)/scripts/cosmos && npx ts-node icon_cosmos_e2e_demo.ts archway

run-icon-neutron-e2e:
@echo "Running e2e demo cosmos"
@cd $(CURDIR)/scripts/cosmos && npx ts-node icon_cosmos_e2e_demo.ts neutron



Expand Down

0 comments on commit 83d3ddc

Please sign in to comment.