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