Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 572 Bytes

INSTALL.md

File metadata and controls

22 lines (16 loc) · 572 Bytes

btest

bash library for testing software

Description

This package provides the btest tool and library. The library can be sourced in any bash script.

Aims

  • Group tests into testblocks. This allows for clearer development and organization.
  • Tests should be executable as standalone scripts.
  • The btest commands allows for invocation of batches of tests (in directories).

INSTALLATION

$ make platform-current
$ cd build/
$ make
$ cd platform/<ostype>
$ make install-systemwide

Author

Murat Uenalan [email protected]