Changeset 2337


Ignore:
Timestamp:
Oct 1, 2008 9:56:09 AM (15 years ago)
Author:
bennylp
Message:

Ticket #651: Added WinCE workspace/project files for pjlib-util unit tests (thanks Seth Hinze for the contribution)

Location:
pjproject/trunk/pjlib-util
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/wince-evc4/pjlib_util_wince.vcw

    r1478 r2337  
    11Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 
    22# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 
     3 
     4############################################################################### 
     5 
     6Project: "pjlib_util_test_wince"=".\pjlib_util_test_wince.vcp" - Package Owner=<4> 
     7 
     8Package=<5> 
     9{{{ 
     10}}} 
     11 
     12Package=<4> 
     13{{{ 
     14    Begin Project Dependency 
     15    Project_Dep_Name pjlib_util_wince 
     16    End Project Dependency 
     17    Begin Project Dependency 
     18    Project_Dep_Name pjlib_wince 
     19    End Project Dependency 
     20}}} 
    321 
    422############################################################################### 
     
    1634############################################################################### 
    1735 
    18 Project: "pjlib_wince"="..\..\..\..\pjlib\build\wince-evc4\pjlib_wince.vcp" - Package Owner=<4> 
     36Project: "pjlib_wince"="..\..\..\pjlib\build\wince-evc4\pjlib_wince.vcp" - Package Owner=<4> 
    1937 
    2038Package=<5> 
  • pjproject/trunk/pjlib-util/src/pjlib-util-test/test.c

    r2039 r2337  
    4343pj_pool_factory *mem; 
    4444 
     45int param_log_decor = PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
     46                      PJ_LOG_HAS_MICRO_SEC; 
    4547 
    4648static int test_inner(void) 
     
    5254 
    5355    pj_log_set_level(3); 
    54     pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
    55                      PJ_LOG_HAS_MICRO_SEC); 
     56    pj_log_set_decor(param_log_decor); 
    5657 
    5758    rc = pj_init(); 
Note: See TracChangeset for help on using the changeset viewer.