soimort / awkunit

Unit Testing Framework for GNU Awk
GNU General Public License v3.0
10 stars 3 forks source link

AwkUnit

AwkUnit is a very simple unit testing framework for GNU Awk.

Installation

GNU Awk >= 4.1 is required.

  1. Get the source code of Gawk:
  2. Set environment variable $AWKSRCPATH to the path of Gawk source, build and install:
$ AWKSRCPATH=/usr/src/gawk-4.1.0 make
$ make install

License

GNU General Public License Version 3 (GPLv3)