summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/harness.tpl
blob: bd2355d2a2bb84f38340a261416221d33a7e2a1e (plain)
1
2
3
4
5

	if (strcmp(test,"@TEST@")==0) {
	   @TEST@ il;
	   ret = io_@TEST@("@TEST@", ps, 0, &il, PARSE_SCALARS|PARSE_BUFFERS);
	}