2011-06-06 01:06:25 +04:00
|
|
|
proc setup {} {
|
|
|
|
save_env
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
proc teardown {} {
|
|
|
|
assert_env_unmodified
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
setup
|
|
|
|
|
|
|
|
|
|
|
|
assert_complete_any "kcov "
|
|
|
|
|
|
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
|
|
|
2011-07-17 18:14:33 +04:00
|
|
|
set test "--exclude-patter<TAB> should complete \"--exclude-pattern=\""
|
|
|
|
assert_complete "--exclude-pattern=" "kcov --exclude-patter" $test -nospace
|
2011-06-06 01:06:25 +04:00
|
|
|
|
|
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
|
|
|
|
|
|
teardown
|