summaryrefslogtreecommitdiff
path: root/pjlib/src/pjlib-test/test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-02-28 22:19:23 +0000
committerBenny Prijono <bennylp@teluu.com>2011-02-28 22:19:23 +0000
commit7506dc2e5de7c417ec9835bf95a29e442fa0ed37 (patch)
tree581d81ed044c2a9a2e3bdedcf2b81fc761a494f3 /pjlib/src/pjlib-test/test.c
parentbecc875a5dafe43a6067b6fb5e0c953c582fad48 (diff)
Re #1202 (pjlib sysinfo): testing on OpenSolaris and added pjlib-test entry
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3426 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 9d7c1ba4..7983284b 100644
--- a/pjlib/src/pjlib-test/test.c
+++ b/pjlib/src/pjlib-test/test.c
@@ -75,6 +75,10 @@ int test_inner(void)
DO_TEST( exception_test() );
#endif
+#if INCLUDE_OS_TEST
+ DO_TEST( os_test() );
+#endif
+
#if INCLUDE_RAND_TEST
DO_TEST( rand_test() );
#endif