miller/c/test
2015-09-11 19:47:23 -04:00
..
expected add overdue unit-test case for reading from stdin 2015-09-10 18:08:32 -04:00
input fix #62: repeated PS in DKVP stream 2015-09-03 18:20:35 -04:00
README.md test/README.md 2015-09-11 19:47:23 -04:00
run let test/run write to ./output for VPATH builds 2015-09-11 19:43:56 -04: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.