AwkUnit is a very simple unit testing framework for GNU Awk.
GNU Awk >= 4.1 is required.
- Get the source code of Gawk:
- ftp://ftp.gnu.org/gnu/gawk, or
- http://git.savannah.gnu.org/r/gawk.git
- Set environment variable
$AWKSRCPATH
to the path of Gawk source, build and install:
$ AWKSRCPATH=/usr/src/gawk-4.1.0 make
$ make install
GNU General Public License Version 3 (GPLv3)