(exfctest): ... this to avoid overlong filenames.
All users updated.
+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.
};
module = {
- name = example_functional_test;
+ name = exfctest;
common = tests/example_functional_test.c;
cflags = -Wno-format;
};
}
/* Register example_test method as a functional test. */
-GRUB_FUNCTIONAL_TEST (example_functional_test, example_test);
+GRUB_FUNCTIONAL_TEST (exfctest, example_test);