Add test script
authorMatt Corallo <git@bluematt.me>
Tue, 6 Feb 2024 04:22:27 +0000 (04:22 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 6 Feb 2024 04:22:27 +0000 (04:22 +0000)
test.sh [new file with mode: 0755]

diff --git a/test.sh b/test.sh
new file mode 100755 (executable)
index 0000000..36609fd
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -eox
+cargo test
+cargo test --features std
+cargo test --features tokio
+cargo test --features build_server
+cargo build --lib
+cargo build --lib --features std
+cargo build --lib --features tokio
+cargo build --bin http_proof_gen --features build_server