Next: , Previous: , Up: Top   [Contents][Index]


23 Building test suites

MBFL comes with a little library of functions that may be used to build test suites; its aim is at building tests for Bash functions, commands and scripts.

The ideas at the base of this library are taken from the tcltest package distributed with the TCL core 1; this package had contributions from the following people/entities: Sun Microsystems, Inc.; Scriptics Corporation; Ajuba Solutions; Don Porter, NIST; probably many many others.

The library tries to do as much as possible using functions and aliases, not variables; this is an attempt to let the user redefine functions to his taste.


Footnotes

(1)

TCL stands for Tool Command Language and it is a scripting language originally written by John Ousterhout, see: http://www.tcl.tk/.


Next: , Previous: , Up: Top   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.