* tests/test_sha512sum.in: New test.

This commit is contained in:
BVK Chaitanya 2013-10-26 14:35:35 +02:00 committed by Vladimir Serbinenko
parent 2a8a75855c
commit 7994a09a9b
3 changed files with 37 additions and 0 deletions

View file

@ -857,6 +857,12 @@ script = {
common = tests/grub_script_strcmp.in;
};
script = {
testcase;
name = test_sha512sum;
common = tests/test_sha512sum.in;
};
script = {
testcase;
name = grub_func_test;