miller/c/reg_test
2015-12-15 22:57:41 -05:00
..
expected copy-reduction for RFC-CSV reader in quoted-field case 2015-12-15 22:57:41 -05:00
input allow escaped field names on left-hand side of assignments in mlr put 2015-12-11 15:16:08 -05:00
Makefile.am test-reorg iterate 2015-09-25 16:51:12 -04:00
README.md test-reorg iterate 2015-09-25 16:51:12 -04:00
run copy-reduction for RFC-CSV reader in quoted-field case 2015-12-15 22:57:41 -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.