@@@ misc wip
[mLib] / test / tvec-main.c
index 191449f..b08dea2 100644 (file)
@@ -53,6 +53,7 @@ static const struct outform {
   struct tvec_output *(*makefn)(FILE *fp);
 } outtab[] = {
   { "human",           tvec_humanoutput },
+  { "machine",         tvec_machineoutput },
   { "tap",             tvec_tapoutput },
   { 0,                 0 }
 };