]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.core.def (example_functional_test): Rename to ...
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 27 May 2012 12:12:48 +0000 (14:12 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 27 May 2012 12:12:48 +0000 (14:12 +0200)
(exfctest): ... this to avoid overlong filenames.
All users updated.

ChangeLog
grub-core/Makefile.core.def
grub-core/tests/example_functional_test.c

index a18465ba4df77b4204a3ef6be05b85db0af9e613..28f36c40d40e7447244f881c08e5a2afa2b6e0d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 000cf0dd8f67981708bc4ff600051f4d3d6fd81d..af2a24e08b243c4f769b6173a7e59c7a487d616b 100644 (file)
@@ -1613,7 +1613,7 @@ module = {
 };
 
 module = {
-  name = example_functional_test;
+  name = exfctest;
   common = tests/example_functional_test.c;
   cflags = -Wno-format;
 };
index 8020887912ab84f380e54b1027e461a8de2d1a65..b841634da422c2dc682454e2d58f2e0c0a5850d3 100644 (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);