From 62085bfb4fe4e6f5ca95f414d96714c2f8714355 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 15 Aug 2009 10:05:36 +0000 Subject: 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 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2882 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/src/test/test.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pjmedia/src/test/test.h') diff --git a/pjmedia/src/test/test.h b/pjmedia/src/test/test.h index 267be12e..96dc9d54 100644 --- a/pjmedia/src/test/test.h +++ b/pjmedia/src/test/test.h @@ -23,6 +23,10 @@ #include #include +#define HAS_SDP_NEG_TEST 1 +#define HAS_JBUF_TEST 1 +#define HAS_MIPS_TEST 1 +#define HAS_CODEC_VECTOR_TEST 1 int session_test(void); int rtp_test(void); -- cgit v1.2.3