Changeset 1349


Ignore:
Timestamp:
Jun 7, 2007 3:50:18 PM (17 years ago)
Author:
bennylp
Message:

Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util

Location:
pjproject/trunk/pjlib-util/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/Makefile

    r1182 r1349  
    3838# 
    3939export UTIL_TEST_SRCDIR = ../src/pjlib-util-test 
    40 export UTIL_TEST_OBJS += xml.o encryption.o stun.o test.o  
     40export UTIL_TEST_OBJS += xml.o encryption.o stun.o resolver_test.o test.o  
    4141export UTIL_TEST_CFLAGS += $(_CFLAGS) 
    4242export UTIL_TEST_LDFLAGS += $(_LDFLAGS) 
  • pjproject/trunk/pjlib-util/build/pjlib_util_test.dsp

    r1003 r1349  
    9696# Begin Source File 
    9797 
     98SOURCE="..\src\pjlib-util-test\resolver_test.c" 
     99# End Source File 
     100# Begin Source File 
     101 
    98102SOURCE="..\src\pjlib-util-test\stun.c" 
    99103# End Source File 
Note: See TracChangeset for help on using the changeset viewer.