Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/petr-muller/beakerlib
- Owner: petr-muller
- License: gpl-2.0
- Created: 2013-03-25T13:07:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T16:08:16.000Z (about 9 years ago)
- Last Synced: 2024-11-07T05:53:09.551Z (2 months ago)
- Language: Shell
- Size: 2.34 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
============
INSTALLATION
============To install the library to the /, use:
$ make
$ make installIf you need to install to a different directory, use
$ make
$ make DD=/path/to/directory installRunning against non-installed tree (except for the in-tree testsuite) is not supported.