Ignore:
Timestamp:
Jun 8, 2006 11:43:42 PM (18 years ago)
Author:
ismangil
Message:

Initial work - debug symbian working, os_core still stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/src/pjlib-test/test.h

    r433 r496  
    11/* $Id$ */ 
    2 /*  
     2/* 
    33 * Copyright (C)2003-2006 Benny Prijono <benny@prijono.org> 
    44 * 
     
    1515 * You should have received a copy of the GNU General Public License 
    1616 * along with this program; if not, write to the Free Software 
    17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    1818 */ 
    1919#ifndef __PJLIB_TEST_H__ 
     
    4242#define INCLUDE_MUTEX_TEST          GROUP_OS 
    4343#define INCLUDE_SLEEP_TEST          GROUP_OS 
    44 #define INCLUDE_THREAD_TEST         GROUP_OS  
     44#define INCLUDE_THREAD_TEST         GROUP_OS 
    4545#define INCLUDE_SOCK_TEST           GROUP_NETWORK 
    4646#define INCLUDE_SOCK_PERF_TEST      GROUP_NETWORK 
     
    4949#define INCLUDE_TCP_IOQUEUE_TEST    GROUP_NETWORK 
    5050#define INCLUDE_IOQUEUE_PERF_TEST   GROUP_NETWORK 
    51 #define INCLUDE_IOQUEUE_UNREG_TEST  1   // GROUP_NETWORK 
     51#define INCLUDE_IOQUEUE_UNREG_TEST  0   // GROUP_NETWORK 
    5252#define INCLUDE_FILE_TEST           GROUP_FILE 
    5353 
Note: See TracChangeset for help on using the changeset viewer.