summaryrefslogtreecommitdiff
path: root/makefile
blob: df745a4907d265e93db088d20dbab6618627c20a (plain)
1
2
3
4
5
6
7
8
9
10
install:
	cargo install --path btc-wire --bin btc-wire-cli btc-wire
	cargo install --path wire-gateway

test:
	script/test_gateway.sh
	script/test_btc_wire.sh
	script/test_btc_reconnect.sh
	script/test_btc_fail.sh
	script/test_btc_stress.sh