summaryrefslogtreecommitdiff
path: root/pjlib/src/pjlib-test/test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-05-11 18:12:16 +0000
committerBenny Prijono <bennylp@teluu.com>2008-05-11 18:12:16 +0000
commit0ee6805a9757610af92f19a88d142276586a41ef (patch)
tree16071cefcbd45c40e65f78a20d4cb7a93b7cff98 /pjlib/src/pjlib-test/test.c
parent15eb39a3eaec0bd8260e6cce261c197110b6a916 (diff)
Implement ticket #531: active socket abstraction to make ioqueue programming easier
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1953 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/src/pjlib-test/test.c')
-rw-r--r--pjlib/src/pjlib-test/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pjlib/src/pjlib-test/test.c b/pjlib/src/pjlib-test/test.c
index 0202a3da..949cf243 100644
--- a/pjlib/src/pjlib-test/test.c
+++ b/pjlib/src/pjlib-test/test.c
@@ -154,6 +154,10 @@ int test_inner(void)
DO_TEST( udp_ioqueue_unreg_test() );
#endif
+#if INCLUDE_ACTIVESOCK_TEST
+ DO_TEST( activesock_test() );
+#endif
+
#if INCLUDE_FILE_TEST
DO_TEST( file_test() );
#endif