# github-beakerlib **Repository Path**: huanianlijing/github-beakerlib ## Basic Information - **Project Name**: github-beakerlib - **Description**: Forked from: https://github.com/beakerlib/beakerlib.git Doc: https://beakerlib.readthedocs.io/en/latest/manual.html - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-07 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 root directory, 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. ## Links Docs: https://beakerlib.readthedocs.io