2009-06-14 15:20:38 +02:00

21 lines
175 B
Plaintext

proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
setup
assert_complete_any "autoconf "
sync_after_int
teardown