Changeset 555 for pjproject/trunk/pjsip/src/test-pjsip/test.c
- Timestamp:
- Jun 26, 2006 3:12:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/test.c
r547 r555 126 126 } 127 127 128 #if INCLUDE_URI_TEST 128 129 DO_TEST(uri_test()); 130 #endif 131 132 #if INCLUDE_MSG_TEST 129 133 DO_TEST(msg_test()); 130 134 DO_TEST(msg_err_test()); 135 #endif 136 137 #if INCLUDE_TXDATA_TEST 131 138 DO_TEST(txdata_test()); 139 #endif 140 141 #if INCLUDE_UDP_TEST 132 142 DO_TEST(transport_udp_test()); 143 #endif 144 145 #if INCLUDE_LOOP_TEST 133 146 DO_TEST(transport_loop_test()); 147 #endif 148 149 #if INCLUDE_TSX_TEST 134 150 DO_TEST(tsx_basic_test()); 135 151 DO_TEST(tsx_uac_test()); 136 152 DO_TEST(tsx_uas_test()); 153 #endif 154 137 155 138 156 on_return:
Note: See TracChangeset
for help on using the changeset viewer.