aboutsummaryrefslogtreecommitdiffstats
path: root/rawshake512sum-test/test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xrawshake512sum-test/test6
1 files changed, 6 insertions, 0 deletions
diff --git a/rawshake512sum-test/test b/rawshake512sum-test/test
new file mode 100755
index 0000000..3f8c4a6
--- /dev/null
+++ b/rawshake512sum-test/test
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+export tool="$RAWSHAKE512SUM"
+export algo=rawshake512
+
+exec "$(dirname "$0")/../__sum/__test" "$@"