miller/c/reg_test
2015-11-26 21:31:42 -05:00
..
expected bar --auto 2015-11-25 18:16:26 -05:00
input mlr step -a from-first 2015-11-25 09:09:06 -05:00
Makefile.am
README.md
run typo fix 2015-11-26 21:31:42 -05: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.