mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:32:04 -04:00
added -b option
This commit is contained in:
parent
36ca3df1eb
commit
02cae3f325
8 changed files with 8 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ t_db: t_db.@O@
|
|||
${LIBTOOL} ${CC} -o $@ t_db.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_db -c @top_srcdir@/t_config -a
|
||||
-@./t_db -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
@./t_db -h
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ t_dst: t_dst.@O@ ${DEPLIBS} ${TLIB}
|
|||
${LIBTOOL} ${CC} -o $@ t_dst.@O@ ${TLIB} ${LIBS}
|
||||
|
||||
test:
|
||||
-@ ./t_dst -a
|
||||
-@ ./t_dst -b @srcdir@ -a
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ t_master: t_master.@O@
|
|||
${LIBTOOL} ${CC} -o $@ t_master.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
-@ ./t_master -c @top_srcdir@/t_config -a
|
||||
-@ ./t_master -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
@./t_master -h
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ t_mem: t_mem.@O@ ${DEPLIBS}
|
|||
${LIBTOOL} ${CC} -o $@ t_mem.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_mem -c @top_srcdir@/t_config
|
||||
-@./t_mem -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
@./t_mem -h
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ t_names: t_names.@O@
|
|||
${LIBTOOL} ${CC} -o $@ t_names.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_names -c @top_srcdir@/t_config -a
|
||||
-@./t_names -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
@./t_names -h
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ t_rbt: t_rbt.@O@
|
|||
${LIBTOOL} ${CC} -o $@ t_rbt.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_rbt -c @top_srcdir@/t_config -a
|
||||
-@./t_rbt -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
@./t_rbt -h
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ t_tasks: t_tasks.@O@ ${DEPLIBS}
|
|||
${LIBTOOL} ${CC} -o $@ t_tasks.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_tasks -c @top_srcdir@/t_config
|
||||
-@./t_tasks -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
@./t_tasks -h
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ t_timers: t_timers.@O@
|
|||
${LIBTOOL} ${CC} -o $@ t_timers.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_timers -c @top_srcdir@/t_config -q 60
|
||||
-@./t_timers -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a
|
||||
|
||||
testhelp:
|
||||
@./t_timers -h
|
||||
|
|
|
|||
Loading…
Reference in a new issue