From: BVK Chaitanya Date: Thu, 14 Jan 2010 13:45:21 +0000 (+0530) Subject: 2010-01-14 BVK Chaitanya X-Git-Tag: 1.98~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0934d18466dc6b11599609905af489f0ba340fc1;p=thirdparty%2Fgrub.git 2010-01-14 BVK Chaitanya Unit testing framework for GRUB. * Makefile.in: Test framework build rules for 'make check'. * conf/tests.rmk: Build rules for individual tests and framework. * include/grub/test.h: Header file for whitebox tests. * tests/lib/functional_test.c: Framework support for whitebox functional tests. * tests/lib/test.c: Common whitebox testing code for unit and functional tests. * tests/lib/unit_test.c: Framework support for whitebox unit tests. * tests/util/grub-shell-tester.in: Support utility for grub-script tests. * tests/util/grub-shell.in: Utility to execute grub-script commands in a Qemu instance. * tests/example_functional_test.c: Example whitebox functional test. * tests/example_grub_script_test.in: Example grub-script test. * tests/example_scripted_test.in: Example scripted test. * tests/example_unit_test.c: Example whitebox unit test. --- 0934d18466dc6b11599609905af489f0ba340fc1 diff --cc ChangeLog index ed9b8dea8,ed9b8dea8..ecdc8d8ca --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,3 +1,29 @@@ ++2010-01-14 BVK Chaitanya ++ ++ Unit testing framework for GRUB. ++ ++ * Makefile.in: Test framework build rules for 'make check'. ++ * conf/tests.rmk: Build rules for individual tests and framework. ++ ++ * include/grub/test.h: Header file for whitebox tests. ++ * tests/lib/functional_test.c: Framework support for whitebox ++ functional tests. ++ * tests/lib/test.c: Common whitebox testing code for unit and ++ functional tests. ++ * tests/lib/unit_test.c: Framework support for whitebox unit ++ tests. ++ ++ * tests/util/grub-shell-tester.in: Support utility for grub-script ++ tests. ++ * tests/util/grub-shell.in: Utility to execute grub-script ++ commands in a Qemu instance. ++ ++ * tests/example_functional_test.c: Example whitebox functional ++ test. ++ * tests/example_grub_script_test.in: Example grub-script test. ++ * tests/example_scripted_test.in: Example scripted test. ++ * tests/example_unit_test.c: Example whitebox unit test. ++ 2010-01-14 Vladimir Serbinenko * conf/i386-coreboot.rmk (multiboot_mod_SOURCES):