summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util-test/test.h
blob: 2545bd7f3c465a773f4370ade6310f9cd2f4f92e (plain)
1
2
3
4
5
6
7
8
9
10
#include <pj/types.h>

#define INCLUDE_XML_TEST	1

extern int xml_test(void);
extern int test_main(void);

extern void app_perror(const char *title, pj_status_t rc);
extern pj_pool_factory *mem;