File: Makefile

package info (click to toggle)
python-autobahn 22.7.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,404 kB
  • sloc: python: 38,356; javascript: 2,705; makefile: 905; ansic: 371; sh: 63
file content (24 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
connect:
	python test_connect.py --gateway http://localhost:1545

typed:
	python test_typed.py --gateway http://localhost:1545

transfer:
	python test_transfer_tokens.py --gateway http://localhost:1545

register:
	python test_register.py --gateway http://localhost:1545

market:
	python test_market.py --gateway http://localhost:1545

domain:
	python test_domain.py --gateway http://localhost:1545

payment_channel:
	python test_payment_channel.py --gateway http://localhost:1545

sbc_connect:
	python test_sbc_connect.py --gateway http://localhost:1545 --adr "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1"
	python test_sbc_connect.py --gateway http://localhost:1545 --adr "0xFFcf8FDEE72ac11b5c542428B35EEF5769C409f0"