mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 18:30:38 -05:00
extent timeout now that we are have memrecord on
This commit is contained in:
parent
6820d6f323
commit
94271b0d99
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.30 2004/07/20 07:13:36 marka Exp $
|
||||
# $Id: Makefile.in,v 1.31 2005/06/19 05:49:22 marka Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
@ -46,7 +46,7 @@ t_mem@EXEEXT@: t_mem.@O@ ${DEPLIBS}
|
|||
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ t_mem.@O@ ${LIBS}
|
||||
|
||||
test: t_mem@EXEEXT@
|
||||
-@./t_mem@EXEEXT@ -b @srcdir@ -q 300 -a
|
||||
-@./t_mem@EXEEXT@ -b @srcdir@ -q 450 -a
|
||||
|
||||
testhelp:
|
||||
@./t_mem@EXEEXT@ -h
|
||||
|
|
|
|||
Loading…
Reference in a new issue