* 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

@ -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.

View File

@ -1613,7 +1613,7 @@ module = {
};
module = {
name = example_functional_test;
name = exfctest;
common = tests/example_functional_test.c;
cflags = -Wno-format;
};

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