summaryrefslogtreecommitdiff
path: root/source3/aparser/templates
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-16 14:02:31 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-16 14:02:31 +0000
commit058ecd89b45bf4e52194595a320e140483c93d30 (patch)
tree83b41715b4014109459f8470af4060588aaf4673 /source3/aparser/templates
parent128026c9a2de83a8ac6214e733fa871440c6b77f (diff)
downloadsamba-058ecd89b45bf4e52194595a320e140483c93d30.tar.gz
samba-058ecd89b45bf4e52194595a320e140483c93d30.tar.bz2
samba-058ecd89b45bf4e52194595a320e140483c93d30.zip
take the sructure name to run through vluke on the command line
(This used to be commit 03fbe1b1514774c9f3c4d553ca3b5b019ba0b11f)
Diffstat (limited to 'source3/aparser/templates')
-rw-r--r--source3/aparser/templates/harness_start.tpl11
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