Added `tr' command support.

* grub-core/commands/tr.c: New file.
	* grub-core/Makefile.core.def: Build rules for new module.

	* tests/grub_cmd_tr.in: New test.
	* Makefile.util.def: Build rules for new test.
This commit is contained in:
BVK Chaitanya 2013-10-17 19:06:29 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 47e0a61f6f
commit 3d46c22f5b
5 changed files with 209 additions and 0 deletions

View file

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