miller/c/reg_test
2016-05-14 16:34:11 -04:00
..
expected old-grammar teardown 2016-05-14 15:04:50 -04:00
input absent-UT iterate 2016-04-17 23:15:05 -04:00
dev if-chaining feature-complete 2016-05-14 16:34:11 -04: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 braced-oosvar-name doc 2016-05-06 10:14:04 -07: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.