Reintroduce testload.

* grub-core/commands/minicmd.c (grub_rescue_cmd_testload) [0]: Moved
	from here ...
	* grub-core/commands/testload.c (grub_cmd_testload): ... here.
	(GRUB_MOD_INIT): New function.
	(GRUB_MOD_FINI): Likewise.
	* grub-core/Makefile.core.def (testload): New module.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-05 16:40:41 +02:00
parent a17792c324
commit 06f7011716
3 changed files with 160 additions and 106 deletions

View file

@ -1388,3 +1388,8 @@ module = {
name = test_blockarg;
common = tests/test_blockarg.c;
};
module = {
name = testload;
common = commands/testload.c;
};