(testsuite) Add basic tests for make.
This commit is contained in:
parent
42b839e817
commit
7e03431ed7
3
test/completion/make.exp
Normal file
3
test/completion/make.exp
Normal file
@ -0,0 +1,3 @@
|
||||
if {[assert_bash_type make]} {
|
||||
source "lib/completions/make.exp"
|
||||
}; # if
|
20
test/lib/completions/make.exp
Normal file
20
test/lib/completions/make.exp
Normal file
@ -0,0 +1,20 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}; # setup()
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}; # teardown()
|
||||
|
||||
|
||||
setup
|
||||
|
||||
|
||||
assert_complete_any "make "
|
||||
|
||||
|
||||
sync_after_int
|
||||
|
||||
|
||||
teardown
|
Loading…
x
Reference in New Issue
Block a user