* grub-core/Makefile.core.def (example_functional_test): Rename to ...

(exfctest): ... this to avoid overlong filenames.
	All users updated.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-27 14:12:48 +02:00
parent 20dd511c8c
commit 526ef13d34
3 changed files with 8 additions and 2 deletions

View file

@ -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);