not command (!) support

This commit is contained in:
BVK Chaitanya 2010-09-05 14:57:28 +05:30
parent 35ee15e09a
commit 1bce65c7b1
4 changed files with 93 additions and 5 deletions

View file

@ -531,6 +531,12 @@ script = {
common = tests/grub_script_expansion.in;
};
script = {
testcase;
name = grub_script_not;
common = tests/grub_script_not.in;
};
program = {
testcase;
name = example_unit_test;