You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests.
============
INSTALLATION
============
To install the library to the /, use:
$ make
$ make install
If you need to install to a different directory, use
$ make
$ make DD=/path/to/directory install
Running against non-installed tree (except for the in-tree testsuite) is not supported.