blob: 6f5276e66e19fb5ec56c2e0fe7dc200d83e03303 [file] [log] [blame]
Benny Prijono4ea0bf12006-02-02 19:16:07 +00001/* $Id$ */
2/*
3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19#ifndef __PJMEDIA_TEST_H__
20#define __PJMEDIA_TEST_H__
21
22#include <pjmedia.h>
23#include <pjlib.h>
24
25
26int session_test(void);
27int rtp_test(void);
28int sdp_test(void);
29int jbuf_main(void);
30int sdp_neg_test(void);
31
32extern pj_pool_factory *mem;
33void app_perror(pj_status_t status, const char *title);
34
35int test_main(void);
36
37#endif /* __PJMEDIA_TEST_H__ */