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: https://svn.pjsip.org/repos/pjproject/trunk@2882 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjmedia/src/test/test.h b/pjmedia/src/test/test.h
index 267be12..96dc9d5 100644
--- a/pjmedia/src/test/test.h
+++ b/pjmedia/src/test/test.h
@@ -23,6 +23,10 @@
 #include <pjmedia.h>
 #include <pjlib.h>
 
+#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);