
This is a simple implementation of `expect` to help building unitary testing of interactive program.
it helps to receive question and send answers from an interactive process. you can match the question using a regular expression (str). you can also use a timeout to ensure that the process answer in time.
see the [expect manual](http://expect.nist.gov/) for more information and example.
this package contains the shared runtime libraries.