2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

"test" target depends on the relevant program being built

This commit is contained in:
David Lawrence 2000-06-01 19:09:37 +00:00
parent e3f5561ec9
commit 63ed655d8f
9 changed files with 9 additions and 9 deletions

View File

@ -45,7 +45,7 @@ TARGETS = t_db
t_db: t_db.@O@ ${DEPLIBS} ${TLIB} t_db: t_db.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_db.@O@ ${TLIB} ${LIBS} ${LIBTOOL} ${CC} -o $@ t_db.@O@ ${TLIB} ${LIBS}
test: test: t_db
-@./t_db -c @top_srcdir@/t_config -b @srcdir@ -a -@./t_db -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp: testhelp:

View File

@ -48,7 +48,7 @@ dst_test: dst_test.@O@ ${DEPLIBS}
t_dst: t_dst.@O@ ${DEPLIBS} ${TLIB} t_dst: t_dst.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_dst.@O@ ${TLIB} ${LIBS} ${LIBTOOL} ${CC} -o $@ t_dst.@O@ ${TLIB} ${LIBS}
test: test: t_dst
-@ ./t_dst -b @srcdir@ -q 1800 -a -@ ./t_dst -b @srcdir@ -q 1800 -a
clean distclean:: clean distclean::

View File

@ -46,7 +46,7 @@ SRCS = t_master.c
t_master: t_master.@O@ ${DEPLIBS} ${TLIB} t_master: t_master.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_master.@O@ ${TLIB} ${LIBS} ${LIBTOOL} ${CC} -o $@ t_master.@O@ ${TLIB} ${LIBS}
test: test: t_master
-@ ./t_master -c @top_srcdir@/t_config -b @srcdir@ -a -@ ./t_master -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp: testhelp:

View File

@ -43,7 +43,7 @@ SRCS = t_mem.c
t_mem: t_mem.@O@ ${DEPLIBS} t_mem: t_mem.@O@ ${DEPLIBS}
${LIBTOOL} ${CC} -o $@ t_mem.@O@ ${LIBS} ${LIBTOOL} ${CC} -o $@ t_mem.@O@ ${LIBS}
test: test: t_mem
-@./t_mem -b @srcdir@ -q 300 -a -@./t_mem -b @srcdir@ -q 300 -a
testhelp: testhelp:

View File

@ -46,7 +46,7 @@ SRCS = t_names.c
t_names: t_names.@O@ ${DEPLIBS} ${TLIB} t_names: t_names.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_names.@O@ ${TLIB} ${LIBS} ${LIBTOOL} ${CC} -o $@ t_names.@O@ ${TLIB} ${LIBS}
test: test: t_names
-@./t_names -c @top_srcdir@/t_config -b @srcdir@ -a -@./t_names -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp: testhelp:

View File

@ -46,7 +46,7 @@ SRCS = t_rbt.c
t_rbt: t_rbt.@O@ ${DEPLIBS} ${TLIB} t_rbt: t_rbt.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_rbt.@O@ ${TLIB} ${LIBS} ${LIBTOOL} ${CC} -o $@ t_rbt.@O@ ${TLIB} ${LIBS}
test: test: t_rbt
-@./t_rbt -c @top_srcdir@/t_config -b @srcdir@ -a -@./t_rbt -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp: testhelp:

View File

@ -43,7 +43,7 @@ SRCS = t_sockaddr.c
t_sockaddr: t_sockaddr.@O@ ${DEPLIBS} t_sockaddr: t_sockaddr.@O@ ${DEPLIBS}
${LIBTOOL} ${CC} -o $@ t_sockaddr.@O@ ${LIBS} ${LIBTOOL} ${CC} -o $@ t_sockaddr.@O@ ${LIBS}
test: test: t_sockaddr
-@./t_sockaddr -b @srcdir@ -a -@./t_sockaddr -b @srcdir@ -a
testhelp: testhelp:

View File

@ -43,7 +43,7 @@ SRCS = t_tasks.c
t_tasks: t_tasks.@O@ ${DEPLIBS} t_tasks: t_tasks.@O@ ${DEPLIBS}
${LIBTOOL} ${CC} -o $@ t_tasks.@O@ ${LIBS} ${LIBTOOL} ${CC} -o $@ t_tasks.@O@ ${LIBS}
test: test: t_tasks
-@./t_tasks -c @top_srcdir@/t_config -b @srcdir@ -a -@./t_tasks -c @top_srcdir@/t_config -b @srcdir@ -a
testhelp: testhelp:

View File

@ -43,7 +43,7 @@ SRCS = t_timers.c
t_timers: t_timers.@O@ ${DEPLIBS} ${TLIB} t_timers: t_timers.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${CC} -o $@ t_timers.@O@ ${TLIB} ${LIBS} ${LIBTOOL} ${CC} -o $@ t_timers.@O@ ${TLIB} ${LIBS}
test: test: t_timers
-@./t_timers -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a -@./t_timers -c @top_srcdir@/t_config -b @srcdir@ -q 60 -a
testhelp: testhelp: