aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAntoine A <>2022-02-02 19:51:09 +0100
committerAntoine A <>2022-02-02 19:51:09 +0100
commit2ad5eb9d0cbc24e0c2c5d9ead73d4fbbd2515deb (patch)
tree19ee2ad20fa39bbb6fbcf941458bf2b4382c06c1 /makefile
parent48b3266bbffa290d96e3f7d7fb6d2ca48679d8a9 (diff)
downloaddepolymerization-2ad5eb9d0cbc24e0c2c5d9ead73d4fbbd2515deb.tar.gz
depolymerization-2ad5eb9d0cbc24e0c2c5d9ead73d4fbbd2515deb.tar.bz2
depolymerization-2ad5eb9d0cbc24e0c2c5d9ead73d4fbbd2515deb.zip
eth-wire: wire draft
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile b/makefile
index 93d5735..e11a023 100644
--- a/makefile
+++ b/makefile
@@ -19,4 +19,7 @@ test_btc:
test/btc/maxfee.sh
test/btc/config.sh
-test: install test_gateway test_btc \ No newline at end of file
+test_eth:
+ test/eth/wire.sh
+
+test: install test_gateway test_btc test_eth \ No newline at end of file