Ignore:
Timestamp:
May 10, 2006 7:24:40 PM (17 years ago)
Author:
bennylp
Message:

Merge-in RTEMS port patch by Phil Torre <ptorre@…>, alpha release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/test.c

    r365 r433  
    4141                      PJ_LOG_HAS_MICRO_SEC; 
    4242 
     43int null_func() 
     44{ 
     45    return 0; 
     46} 
     47 
    4348int test_inner(void) 
    4449{ 
     
    5964    } 
    6065     
    61     pj_dump_config(); 
     66    //pj_dump_config(); 
    6267    pj_caching_pool_init( &caching_pool, &pj_pool_factory_default_policy, 0 ); 
    6368 
    6469#if INCLUDE_ERRNO_TEST 
    6570    DO_TEST( errno_test() ); 
    66 #endif 
    67  
    68 #if INCLUDE_TIMESTAMP_TEST 
    69     DO_TEST( timestamp_test() ); 
    7071#endif 
    7172 
     
    100101#if INCLUDE_RBTREE_TEST 
    101102    DO_TEST( rbtree_test() ); 
     103#endif 
     104 
     105#if INCLUDE_TIMESTAMP_TEST 
     106    DO_TEST( timestamp_test() ); 
    102107#endif 
    103108 
Note: See TracChangeset for help on using the changeset viewer.