Ignore:
Timestamp:
Sep 24, 2007 9:16:48 PM (17 years ago)
Author:
bennylp
Message:

Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/self-test.mak

    r1330 r1451  
    1515build_test: distclean rm_build_mak build_mak everything cpp_prep cpp_test cpp_post everything 
    1616  
    17 all: build_test pjlib_test pjlib_util_test pjnath_test pjsip_test pjsua_test 
     17run_test: pjlib_test pjlib_util_test pjnath_test pjsip_test pjsua_test 
     18 
     19all: build_test run_test 
    1820 
    1921CPP_DIR=pjlib pjlib-util pjnath pjmedia pjsip 
     
    5860 
    5961pjsua_test: pjsua_config_file pjsua_local_port0 pjsua_ip_addr pjsua_no_tcp pjsua_no_udp pjsua_outbound pjsua_use_ice pjsua_add_codec pjsua_clock_rate pjsua_play_file pjsua_play_tone pjsua_rec_file pjsua_rtp_port pjsua_quality pjsua_ptime pjsua_ectail 
     62        @echo pjsua_test completed successfully 
    6063 
    6164pjsua_config_file: 
Note: See TracChangeset for help on using the changeset viewer.