* grub-core/commands/testspeed.c: New command testspeed.

This commit is contained in:
Bean 2013-05-05 18:16:48 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 310d42144b
commit fa2923436b
6 changed files with 165 additions and 14 deletions

View file

@ -2019,3 +2019,7 @@ module = {
enable = i386;
};
module = {
name = testspeed;
common = commands/testspeed.c;
};