Ignore:
Timestamp:
Mar 30, 2010 11:42:51 AM (14 years ago)
Author:
ming
Message:

Implemented ticket #1052: ipjsystest: pjsystest for iPhone OS

  • ipjsystest:
    • xcode project directory for ipjsystest application
  • pjsystest:
    • Modify pjsystest to support appending path during runtime
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/iphone/pjsip-apps/src/pjsystest/systest.h

    r2991 r3129  
    8787extern unsigned     test_item_count; 
    8888extern test_item_t  test_items[SYSTEST_MAX_TEST]; 
     89#define PATH_LENGTH         128 
     90extern char         doc_path[PATH_LENGTH]; 
     91extern char         res_path[PATH_LENGTH]; 
    8992 
    9093test_item_t *systest_alloc_test_item(const char *title); 
Note: See TracChangeset for help on using the changeset viewer.