(testsuite) Add basic tests for make.

This commit is contained in:
Ville Skyttä 2010-01-19 23:13:14 +02:00
parent 42b839e817
commit 7e03431ed7
2 changed files with 23 additions and 0 deletions

3
test/completion/make.exp Normal file
View File

@ -0,0 +1,3 @@
if {[assert_bash_type make]} {
source "lib/completions/make.exp"
}; # if

View 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