miller/c/reg_test
2017-05-05 16:42:47 -07:00
..
expected count-distinct --unlashed 2017-05-05 16:42:47 -07:00
input Strip UTF-8 BOM (0xefbbbf) from start of CSV files 2017-04-30 22:14:14 -04:00
dev func-prohibits 2016-09-12 05:15:00 -07:00
Makefile.am fix travis build 2017-03-27 08:46:33 -04:00
Makefile.in Include ./configure et al.: output from autoreconf -fiv 2017-04-27 15:11:19 -04:00
README.md test-reorg iterate 2015-09-25 16:51:12 -04:00
run count-distinct --unlashed 2017-05-05 16:42:47 -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.