* grub-core/Makefile.core.def (example_functional_test): Rename to ...
(exfctest): ... this to avoid overlong filenames. All users updated.
This commit is contained in:
parent
20dd511c8c
commit
526ef13d34
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-05-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/Makefile.core.def (example_functional_test): Rename to ...
|
||||
(exfctest): ... this to avoid overlong filenames.
|
||||
All users updated.
|
||||
|
||||
2012-05-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Handle "." and ".." on squashfs.
|
||||
|
|
|
@ -1613,7 +1613,7 @@ module = {
|
|||
};
|
||||
|
||||
module = {
|
||||
name = example_functional_test;
|
||||
name = exfctest;
|
||||
common = tests/example_functional_test.c;
|
||||
cflags = -Wno-format;
|
||||
};
|
||||
|
|
|
@ -35,4 +35,4 @@ example_test (void)
|
|||
}
|
||||
|
||||
/* Register example_test method as a functional test. */
|
||||
GRUB_FUNCTIONAL_TEST (example_functional_test, example_test);
|
||||
GRUB_FUNCTIONAL_TEST (exfctest, example_test);
|
||||
|
|
Loading…
Reference in a new issue