version 1.1, 2003/11/25 12:12:34
|
version 1.3, 2003/12/02 12:12:41
|
Line 43 push @tests, qw(./append.t); # Test appe
|
Line 43 push @tests, qw(./append.t); # Test appe
|
push @tests, qw(./lookup.t); # Test lookup functions. |
push @tests, qw(./lookup.t); # Test lookup functions. |
push @tests, qw(./delete.t); # Test delete line functions. |
push @tests, qw(./delete.t); # Test delete line functions. |
push @tests, qw(./modify.t); # Test modify line functionality |
push @tests, qw(./modify.t); # Test modify line functionality |
|
push @tests, qw(./write.t); # test write back functionality. |
|
|
runtests(@tests); |
runtests(@tests); |