aboutsummaryrefslogtreecommitdiffstats
path: root/sha3-256sum-test/test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsha3-256sum-test/test6
1 files changed, 6 insertions, 0 deletions
diff --git a/sha3-256sum-test/test b/sha3-256sum-test/test
new file mode 100755
index 0000000..4312fb0
--- /dev/null
+++ b/sha3-256sum-test/test
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+export tool="${SHA3_256SUM}"
+export algo=sha3-256
+
+exec "$(dirname "$0")/../__sum/__test" "$@"