#include "dstr.h"
#include "macros.h"
#include "report.h"
+
#include "tvec.h"
+#include "tvec-adhoc.h"
+#include "tvec-types.h"
/*----- Static variables --------------------------------------------------*/
int main(int argc, char *argv[])
{
- struct tvec_test test;
int argpos;
tvec_parseargs(argc, argv, &tvstate, &argpos, &tvec_adhocconfig);
if (argpos < argc) die(2, "no input files expected");
- tvec_adhoc(&tvstate, &test);
TESTGROUP("basics") {
TEST_KNOWN(("Hello, world!"), "Hello, world!");