miller/c/test
2015-09-18 22:30:37 -04:00
..
expected pprint multi-char separator test cases, and doc updates 2015-09-18 22:30:37 -04:00
input multi-char separators: doc 2015-09-18 22:05:03 -04:00
README.md test/README.md 2015-09-11 19:47:23 -04:00
run pprint multi-char separator test cases, and doc updates 2015-09-18 22:30:37 -04:00

There are two classes of testing for Miller:

  • C source-file names starting with test_ use MinUnit to unit-test various subsystems of interest. These are separate executables built and run by the build framework.

  • test/run runs the main mlr executable with canned inputs, comparing actual to canned outputs, to regression-test Miller's end-to-end operation.