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.h

    r2613 r2882  
    2424#include <pjlib.h> 
    2525 
     26#define HAS_SDP_NEG_TEST        1 
     27#define HAS_JBUF_TEST           1 
     28#define HAS_MIPS_TEST           1 
     29#define HAS_CODEC_VECTOR_TEST   1 
    2630 
    2731int session_test(void); 
Note: See TracChangeset for help on using the changeset viewer.