diff options
Diffstat (limited to 'source3/aparser/templates/harness_start.tpl')
-rw-r--r-- | source3/aparser/templates/harness_start.tpl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/aparser/templates/harness_start.tpl b/source3/aparser/templates/harness_start.tpl index 7e6ab9dc3a..e6cf18a163 100644 --- a/source3/aparser/templates/harness_start.tpl +++ b/source3/aparser/templates/harness_start.tpl @@ -1,7 +1,8 @@ -#define TEST_STRUCT @STRUCTNAME@ -#define TEST_NAME "@TEST@" -#define TEST_FUNC @FUNCNAME@ - - #include "prs_@MODULE@.h" #include "prs_@MODULE@.c" + +static BOOL run_test(char *test, prs_struct *ps) +{ + BOOL ret; + +
\ No newline at end of file |