X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/c81c35dfd10050ffef85d57dc2ad73f52f38a3f2..7620dc05bccf4c73e9710c501bd899e8474b01f7:/utils/t/control-test.c diff --git a/utils/t/control-test.c b/utils/t/control-test.c index 44c4d2f..51edc04 100644 --- a/utils/t/control-test.c +++ b/utils/t/control-test.c @@ -33,7 +33,10 @@ #include "control.h" #include "report.h" + #include "tvec.h" +#include "tvec-adhoc.h" +#include "tvec-types.h" /*----- Main code ---------------------------------------------------------*/ @@ -57,13 +60,11 @@ static int step; int main(int argc, char *argv[]) { - struct tvec_test test; int argpos; int i; tvec_parseargs(argc, argv, &tvstate, &argpos, &tvec_adhocconfig); if (argpos < argc) die(2, "no input files expected"); - tvec_adhoc(&tvstate, &test); TESTGROUP("before-after") { MC_BEFORE(before0, STEP(0)) STEP(1);