summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/harness.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/harness.tpl')
-rw-r--r--source3/aparser/templates/harness.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/aparser/templates/harness.tpl b/source3/aparser/templates/harness.tpl
new file mode 100644
index 0000000000..bd2355d2a2
--- /dev/null
+++ b/source3/aparser/templates/harness.tpl
@@ -0,0 +1,5 @@
+
+ if (strcmp(test,"@TEST@")==0) {
+ @TEST@ il;
+ ret = io_@TEST@("@TEST@", ps, 0, &il, PARSE_SCALARS|PARSE_BUFFERS);
+ }