Please see the other thread "Syntax checker for GRUB script
configuration file" for this tool.
--
bvk.chaitanya
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Hi,
I have been traveling a lot, so I couldn't reply :-(
On Wed, Nov 25, 2009 at 4:34 PM, Felix Zielcke wrote:
>
> Thanks for your work.
> A really useful test and hopefully not complicated to implement would be
> if the config generated by grub-mkconfig (with e.g. 1 fake linux kernel)
> can b
Am Freitag, den 13.11.2009, 23:15 +0530 schrieb BVK:
> Hi,
>
>
> Attached is the (experimental branch) patch for unit testing that I
> have in mind for GRUB. Please let me know your comments.
>
> It provides "make check" target which would build and execute test
> programs from "tests" director
Earlier patch had ChangeLog entry missing for conf/tests.rmk.
Attached version has it fixed now.
--
bvk.chaitanya
testing-framework.patch
Description: Binary data
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/
Hi,
I have been busy last week, so I couldn't reply :-(
But I am able to complete most of the framework. It has support for
logging multiple testcase failures and reporting them at the end of
test execution. Please go through the attached patch and let me know
your suggestions.
Attached frame
On Fri, Nov 13, 2009 at 11:15:41PM +0530, BVK wrote:
> Hi,
>
>
> Attached is the (experimental branch) patch for unit testing that I
> have in mind for GRUB. Please let me know your comments.
>
> It provides "make check" target which would build and execute test
> programs from "tests" director
Hi,
Attached is the (experimental branch) patch for unit testing that I
have in mind for GRUB. Please let me know your comments.
It provides "make check" target which would build and execute test
programs from "tests" directory. We can write small programs to test
specific functions in GRUB.