continue command support

This commit is contained in:
BVK Chaitanya 2010-05-05 16:19:31 +05:30
parent 160bb3d885
commit eee2594104
4 changed files with 106 additions and 6 deletions

View file

@ -77,6 +77,9 @@ grub_script_functions_SOURCES = tests/grub_script_functions.in
check_SCRIPTS += grub_script_break
grub_script_break_SOURCES = tests/grub_script_break.in
check_SCRIPTS += grub_script_continue
grub_script_continue_SOURCES = tests/grub_script_continue.in
# List of tests to execute on "make check"
# SCRIPTED_TESTS = example_scripted_test
# SCRIPTED_TESTS += example_grub_script_test
@ -95,6 +98,7 @@ SCRIPTED_TESTS += grub_script_dollar
SCRIPTED_TESTS += grub_script_comments
SCRIPTED_TESTS += grub_script_functions
SCRIPTED_TESTS += grub_script_break
SCRIPTED_TESTS += grub_script_continue
# dependencies between tests and testing-tools
$(SCRIPTED_TESTS): grub-shell grub-shell-tester