diff options
Diffstat (limited to 'source3/aparser/templates/harness_start.tpl')
-rw-r--r-- | source3/aparser/templates/harness_start.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/aparser/templates/harness_start.tpl b/source3/aparser/templates/harness_start.tpl new file mode 100644 index 0000000000..beba6fc12d --- /dev/null +++ b/source3/aparser/templates/harness_start.tpl @@ -0,0 +1,7 @@ +#include "prs_@MODULE@.c" + +static BOOL run_test(char *test, io_struct *ps, int flags) +{ + BOOL ret; + + |