diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
| 283 | test-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 | # ────────────────────────────────────────────── |