Changeset 433 for pjproject/trunk/pjlib/src/pjlib-test/test.c
- Timestamp:
- May 10, 2006 7:24:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/test.c
r365 r433 41 41 PJ_LOG_HAS_MICRO_SEC; 42 42 43 int null_func() 44 { 45 return 0; 46 } 47 43 48 int test_inner(void) 44 49 { … … 59 64 } 60 65 61 pj_dump_config();66 //pj_dump_config(); 62 67 pj_caching_pool_init( &caching_pool, &pj_pool_factory_default_policy, 0 ); 63 68 64 69 #if INCLUDE_ERRNO_TEST 65 70 DO_TEST( errno_test() ); 66 #endif67 68 #if INCLUDE_TIMESTAMP_TEST69 DO_TEST( timestamp_test() );70 71 #endif 71 72 … … 100 101 #if INCLUDE_RBTREE_TEST 101 102 DO_TEST( rbtree_test() ); 103 #endif 104 105 #if INCLUDE_TIMESTAMP_TEST 106 DO_TEST( timestamp_test() ); 102 107 #endif 103 108
Note: See TracChangeset
for help on using the changeset viewer.