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