mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 14:00:47 -05:00
"test" target depends on the relevant program being built
This commit is contained in:
parent
e3f5561ec9
commit
63ed655d8f
9 changed files with 9 additions and 9 deletions
|
|
@ -45,7 +45,7 @@ TARGETS = t_db
|
|||
t_db: t_db.@O@ ${DEPLIBS} ${TLIB}
|
||||
${LIBTOOL} ${CC} -o $@ t_db.@O@ ${TLIB} ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_db
|
||||
-@./t_db -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ dst_test: dst_test.@O@ ${DEPLIBS}
|
|||
t_dst: t_dst.@O@ ${DEPLIBS} ${TLIB}
|
||||
${LIBTOOL} ${CC} -o $@ t_dst.@O@ ${TLIB} ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_dst
|
||||
-@ ./t_dst -b @srcdir@ -q 1800 -a
|
||||
|
||||
clean distclean::
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ SRCS = t_master.c
|
|||
t_master: t_master.@O@ ${DEPLIBS} ${TLIB}
|
||||
${LIBTOOL} ${CC} -o $@ t_master.@O@ ${TLIB} ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_master
|
||||
-@ ./t_master -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ SRCS = t_mem.c
|
|||
t_mem: t_mem.@O@ ${DEPLIBS}
|
||||
${LIBTOOL} ${CC} -o $@ t_mem.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_mem
|
||||
-@./t_mem -b @srcdir@ -q 300 -a
|
||||
|
||||
testhelp:
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ SRCS = t_names.c
|
|||
t_names: t_names.@O@ ${DEPLIBS} ${TLIB}
|
||||
${LIBTOOL} ${CC} -o $@ t_names.@O@ ${TLIB} ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_names
|
||||
-@./t_names -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ SRCS = t_rbt.c
|
|||
t_rbt: t_rbt.@O@ ${DEPLIBS} ${TLIB}
|
||||
${LIBTOOL} ${CC} -o $@ t_rbt.@O@ ${TLIB} ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_rbt
|
||||
-@./t_rbt -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ SRCS = t_sockaddr.c
|
|||
t_sockaddr: t_sockaddr.@O@ ${DEPLIBS}
|
||||
${LIBTOOL} ${CC} -o $@ t_sockaddr.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_sockaddr
|
||||
-@./t_sockaddr -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ SRCS = t_tasks.c
|
|||
t_tasks: t_tasks.@O@ ${DEPLIBS}
|
||||
${LIBTOOL} ${CC} -o $@ t_tasks.@O@ ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_tasks
|
||||
-@./t_tasks -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
testhelp:
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ SRCS = t_timers.c
|
|||
t_timers: t_timers.@O@ ${DEPLIBS} ${TLIB}
|
||||
${LIBTOOL} ${CC} -o $@ t_timers.@O@ ${TLIB} ${LIBS}
|
||||
|
||||
test:
|
||||
test: t_timers
|
||||
-@./t_timers -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a
|
||||
|
||||
testhelp:
|
||||
|
|
|
|||
Loading…
Reference in a new issue