miller/c/reg_test
2016-11-25 11:36:50 -05:00
..
expected preserve empty submaps on oosvar/localvar unset (4.x/5.x incompat) 2016-11-25 11:36:50 -05:00
input fix missing stack-allocator descent into LHS of indexed-mapvar assignment 2016-11-12 19:57:37 -05:00
dev func-prohibits 2016-09-12 05:15:00 -07:00
Makefile.am fix travis build 2016-08-05 10:01:29 -04:00
README.md test-reorg iterate 2015-09-25 16:51:12 -04:00
run fixed UMR in lashed emit 2016-11-22 09:06:15 -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.