Ignore:
Timestamp:
Nov 6, 2013 7:46:15 AM (10 years ago)
Author:
bennylp
Message:

Re #1519: Added support for JSON (JavaScript? Object Notation, RFC 4627) format in PJLIB-UTIL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjlib-util/src/pjlib-util-test/test.h

    r3553 r4643  
    2121 
    2222#define INCLUDE_XML_TEST            1 
     23#define INCLUDE_JSON_TEST           1 
    2324#define INCLUDE_ENCRYPTION_TEST     1 
    2425#define INCLUDE_STUN_TEST           1 
     
    2728 
    2829extern int xml_test(void); 
     30extern int json_test(void); 
    2931extern int encryption_test(); 
    3032extern int encryption_benchmark(); 
Note: See TracChangeset for help on using the changeset viewer.