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

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