* 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
|
@ -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…
Add table
Add a link
Reference in a new issue