Ignore:
Timestamp:
Aug 15, 2009 10:05:36 AM (15 years ago)
Author:
bennylp
Message:

Ticket #944: misc fixes in pjmedia_test:

  • Assertion in pjmedia tests's MIPS test with iLBC codec due to ptime mismatch
  • added compile time macro in test.h to enable/disable specific tests
  • also added SVN keyword expansion attributes to the source files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/test/test.c

    • Property svn:keywords set to id
    r2613 r2882  
    5757    mem = &caching_pool.factory; 
    5858 
     59#if HAS_SDP_NEG_TEST 
    5960    DO_TEST(sdp_neg_test()); 
     61#endif 
    6062    //DO_TEST(sdp_test (&caching_pool.factory)); 
    6163    //DO_TEST(rtp_test(&caching_pool.factory)); 
    6264    //DO_TEST(session_test (&caching_pool.factory)); 
     65#if HAS_JBUF_TEST 
    6366    DO_TEST(jbuf_main()); 
     67#endif 
     68#if HAS_MIPS_TEST 
    6469    DO_TEST(mips_test()); 
     70#endif 
     71#if HAS_CODEC_VECTOR_TEST 
    6572    DO_TEST(codec_test_vectors()); 
     73#endif 
    6674 
    6775    PJ_LOG(3,(THIS_FILE," ")); 
Note: See TracChangeset for help on using the changeset viewer.