echo test case

This commit is contained in:
BVK Chaitanya 2010-09-20 13:51:16 +05:30
parent c55f50180d
commit 79c93b429e
2 changed files with 39 additions and 0 deletions

View file

@ -557,6 +557,12 @@ script = {
common = tests/partmap_test.in;
};
script = {
testcase;
name = grub_cmd_echo;
common = tests/grub_cmd_echo.in;
};
program = {
testcase;
name = example_unit_test;