mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
7 lines
269 B
C
7 lines
269 B
C
#include "mapping/lrec_evaluators.h"
|
|
|
|
// test_lrec_evaluators has the MinUnit inside lrec_evaluators, as it tests
|
|
// many private methods. (The other option is to make them all public.)
|
|
int main(int argc, char **argv) {
|
|
return test_lrec_evaluators_main(argc, argv);
|
|
}
|