- { wxCMD_LINE_PARAM, 0, 0, _T("REGISTRY"), wxCMD_LINE_VAL_STRING,
+ { wxCMD_LINE_SWITCH, "d", "detail",
+ "print the test case names, run them",
+ wxCMD_LINE_VAL_NONE, 0 },
+ { wxCMD_LINE_SWITCH, "t", "timing",
+ "print names and mesure running time of individual test, run them",
+ wxCMD_LINE_VAL_NONE, 0 },
+ { wxCMD_LINE_PARAM, NULL, NULL, "REGISTRY", wxCMD_LINE_VAL_STRING,