]> git.proxmox.com Git - grub2.git/commit
unit testing framework
authorBVK Chaitanya <bvk.groups@gmail.com>
Fri, 8 Jan 2010 09:49:10 +0000 (15:19 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Fri, 8 Jan 2010 09:49:10 +0000 (15:19 +0530)
commit6fc804ffbb7d0163a3f6a73dbd2b6f7c5f954fff
treeb3141f1c52121415122dfaa6538ab434d90cfa2a
parentbc8b32b3ec017a72f96ccb428a7444d38edcc2f2
unit testing framework
13 files changed:
Makefile.in
conf/tests.rmk [new file with mode: 0644]
genmk.rb
include/grub/test.h [new file with mode: 0644]
tests/example_functional_test.c [new file with mode: 0644]
tests/example_grub_script_test.in [new file with mode: 0644]
tests/example_scripted_test.in [new file with mode: 0644]
tests/example_unit_test.c [new file with mode: 0644]
tests/lib/functional_test.c [new file with mode: 0644]
tests/lib/test.c [new file with mode: 0644]
tests/lib/unit_test.c [new file with mode: 0644]
tests/util/grub-shell-tester.in [new file with mode: 0644]
tests/util/grub-shell.in [new file with mode: 0644]