]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
added changelog file
authorBVK Chaitanya <bvk.groups@gmail.com>
Fri, 8 Jan 2010 15:58:57 +0000 (21:28 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Fri, 8 Jan 2010 15:58:57 +0000 (21:28 +0530)
ChangeLog.unit-testing-framework [new file with mode: 0644]

diff --git a/ChangeLog.unit-testing-framework b/ChangeLog.unit-testing-framework
new file mode 100644 (file)
index 0000000..a451108
--- /dev/null
@@ -0,0 +1,26 @@
+2010-01-08  BVK Chaitanya  <bvk.groups@gmail.com>
+
+       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.
+