Igor Murzov 002a5a4553 kcov: Add --path-strip-level option (added in kcov-v7)
Also provide more meaningful completions for --sort-type option.
And improve test.
2011-07-18 02:01:59 +04:00

28 lines
313 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "kcov "
sync_after_int
set test "--exclude-patter<TAB> should complete \"--exclude-pattern=\""
assert_complete "--exclude-pattern=" "kcov --exclude-patter" $test -nospace
sync_after_int
teardown