From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001 From: gmcdonald Date: Sat, 13 Feb 2010 01:32:03 +0000 Subject: Moving axis svn, part of TLP move INFRA-2441 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68 --- guththila/tests/test.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 guththila/tests/test.h (limited to 'guththila/tests/test.h') diff --git a/guththila/tests/test.h b/guththila/tests/test.h new file mode 100644 index 0000000..93bebff --- /dev/null +++ b/guththila/tests/test.h @@ -0,0 +1,23 @@ +#ifndef _GUTHTHILA_TESTS_ +#define _GUTHTHILA_TESTS_ +#include +#include +#include "guththila_defines.h" + +axutil_allocator_t *allocator; +guththila_reader_t *red; +axutil_env_t *env; +guththila_t *parser; + +void setup( + void); +void teardown( + void); + +Suite *guththila_suite( + void); + +Suite *guththila_attribute_suite( + void); + +#endif -- cgit v1.1-32-gdbae