blob: 1ab7ffbb24b0b1f1d846a20c41cd95550e39a6ca [file] [log] [blame]
Benny Prijono4ea0bf12006-02-02 19:16:07 +00001/* $Id$ */
2/*
Benny Prijono32177c02008-06-20 22:44:47 +00003 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
Benny Prijono4ea0bf12006-02-02 19:16:07 +00004 *
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);
Benny Prijono0ff56dc2008-07-04 16:45:17 +000031int mips_test(void);
Benny Prijono4ea0bf12006-02-02 19:16:07 +000032
33extern pj_pool_factory *mem;
34void app_perror(pj_status_t status, const char *title);
35
36int test_main(void);
37
38#endif /* __PJMEDIA_TEST_H__ */