upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10b7359..fba9c64 100644
--- a/Makefile
+++ b/Makefile
@@ -280,6 +280,11 @@ test-cvm:
280 @echo "=== Running CVM integration test ===" 280 @echo "=== Running CVM integration test ==="
281 TOLLGATE_IP=$(TOLLGATE_IP) $(NODE) tests/integration/test-cvm.mjs 281 TOLLGATE_IP=$(TOLLGATE_IP) $(NODE) tests/integration/test-cvm.mjs
282 282
283test-cvm-mcp:
284 $(call _require_board_lock)
285 @echo "=== Running CVM MCP relay integration test ==="
286 TOLLGATE_IP=$(TOLLGATE_IP) $(NODE) tests/integration/test-cvm-mcp-relay.mjs
287
283# ────────────────────────────────────────────── 288# ──────────────────────────────────────────────
284# Wallet 289# Wallet
285# ────────────────────────────────────────────── 290# ──────────────────────────────────────────────