Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petr-muller/beakerlib

My personal repository for the shell-level testing library. Might contain more code than the upstream one.
https://github.com/petr-muller/beakerlib

Last synced: 12 days ago
JSON representation

My personal repository for the shell-level testing library. Might contain more code than the upstream one.

Awesome Lists containing this project

README

        

============
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.