| 673 | } |
| 674 | |
| 675 | void print_header(const cmd_params & params) override { |
| 676 | std::vector<std::string> fields = test::get_fields(); |
| 677 | fprintf(fout, "%s\n", join(fields, ",").c_str()); |
| 678 | (void) params; |
| 679 | } |
| 680 | |
| 681 | void print_test(const test & t) override { |
| 682 | std::vector<std::string> values = t.get_values(); |