summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-17 19:40:06 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-17 19:40:06 +0000
commit849b7bc19da81adbfeaf427cce843d7b7189f792 (patch)
tree3fcc8f633867822b09730d615400f9f398da98f4
parentda364d1ce213841443678e726a113cafb1b8cfc5 (diff)
Fixed test.h to include all tests in pjsip test
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@962 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/src/test-pjsip/test.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pjsip/src/test-pjsip/test.h b/pjsip/src/test-pjsip/test.h
index bc8db5e4..3aa86924 100644
--- a/pjsip/src/test-pjsip/test.h
+++ b/pjsip/src/test-pjsip/test.h
@@ -36,9 +36,9 @@ extern pjsip_endpoint *endpt;
-#define INCLUDE_MESSAGING_GROUP 0
-#define INCLUDE_TRANSPORT_GROUP 0
-#define INCLUDE_TSX_GROUP 0
+#define INCLUDE_MESSAGING_GROUP 1
+#define INCLUDE_TRANSPORT_GROUP 1
+#define INCLUDE_TSX_GROUP 1
/*
* Include tests that normally would fail under certain gcc
@@ -56,7 +56,7 @@ extern pjsip_endpoint *endpt;
#define INCLUDE_UDP_TEST INCLUDE_TRANSPORT_GROUP
#define INCLUDE_LOOP_TEST INCLUDE_TRANSPORT_GROUP
#define INCLUDE_TCP_TEST INCLUDE_TRANSPORT_GROUP
-#define INCLUDE_RESOLVE_TEST 1
+#define INCLUDE_RESOLVE_TEST INCLUDE_TRANSPORT_GROUP
#define INCLUDE_TSX_TEST INCLUDE_TSX_GROUP