aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAntoine A <>2022-01-12 12:08:50 +0100
committerAntoine A <>2022-01-12 12:08:50 +0100
commite07437ecd30f4e16aad37caa2efbd084ce79a6a7 (patch)
tree49c822b4d5469826ac857f9f1c7f0b71a19d8852 /makefile
parentd3ae4c7a52fc10d5e010ef61359a215f252a0130 (diff)
downloaddepolymerization-e07437ecd30f4e16aad37caa2efbd084ce79a6a7.tar.gz
depolymerization-e07437ecd30f4e16aad37caa2efbd084ce79a6a7.tar.bz2
depolymerization-e07437ecd30f4e16aad37caa2efbd084ce79a6a7.zip
Documentatiion draft
Diffstat (limited to 'makefile')
-rw-r--r--makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/makefile b/makefile
index 956b71a..1bef2ec 100644
--- a/makefile
+++ b/makefile
@@ -3,16 +3,16 @@ install:
cargo install --path wire-gateway
test_gateway:
- script/test_gateway.sh
+ test/gateway/api.sh
test_btc:
- script/test_btc_wire.sh
- script/test_btc_lifetime.sh
- script/test_btc_reconnect.sh
- script/test_btc_fail.sh
- script/test_btc_stress.sh
- script/test_btc_conflict.sh
- script/test_btc_reorg.sh
- script/test_btc_hell.sh
+ test/btc/wire.sh
+ test/btc/lifetime.sh
+ test/btc/reconnect.sh
+ test/btc/fail.sh
+ test/btc/stress.sh
+ test/btc/conflict.sh
+ test/btc/reorg.sh
+ test/btc/hell.sh
test: test_gateway test_btc \ No newline at end of file