summaryrefslogtreecommitdiff
path: root/pjsip/src/tests/pjsip_core/main.c
blob: 60f2c3f53ee7170ce3a725c80606768e72acb403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $Header: /pjproject/pjsip/src/tests/pjsip_core/main.c 2     2/24/05 10:46a Bennylp $ */
#include "test.h"
#include <stdio.h>

int main()
{
    test_uri();
    test_msg();

#if !IS_PROFILING
    puts("Press <ENTER> to quit.");
    fgets( s, sizeof(s), stdin);
#endif
    return 0;
}