miller/c/test
2015-09-14 08:59:10 +02:00
..
expected Merge branch 'master' of https://github.com/johnkerl/miller 2015-09-14 08:59:10 +02:00
input Merge branch 'master' of https://github.com/johnkerl/miller 2015-09-14 08:59:10 +02:00
Makefile.am automake: Descend into c/test and run test from there. 2015-09-10 16:19:12 +02:00
README.md test/README.md 2015-09-11 19:47:23 -04:00
run UT cases for CSV formattting options 2015-09-13 18:37:12 -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.