From 83d3ddce01e6f6ca5d1f820888321c44cad75319 Mon Sep 17 00:00:00 2001 From: hemz10 Date: Tue, 17 Oct 2023 11:46:17 +0530 Subject: [PATCH] test: update make file to run demo tests --- test/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index d2587b45..e5e753f8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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