This package provides a function that extends
tasty testing
framework with capability to test whether an external
program runs successfully. This package is inspired by
test-framework-program
package by Adam Wick.
tasty-program provides basic functionality of
running a program with specified set of command
line parameters, and optionally a working
directory, and checking the exit code. Program's
output and error streams are ignored.