mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
tasks regression test initial commit
This commit is contained in:
48
bin/tests/tasks/Makefile.in
Normal file
48
bin/tests/tasks/Makefile.in
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright (C) 1998, 1999 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
# copyright notice and this permission notice appear in all copies.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
|
||||
# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||
# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
|
||||
# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
||||
# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
||||
# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
||||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
CINCLUDES = -I${srcdir}/../../../lib/isc/unix/include \
|
||||
-I${srcdir}/../../../lib/isc/pthreads/include \
|
||||
-I${srcdir}/../../../lib/isc/include \
|
||||
-I${srcdir}/../../../lib/dns/include \
|
||||
-I${srcdir}/../../../lib/tests/include
|
||||
|
||||
CDEFINES =
|
||||
CWARNINGS =
|
||||
|
||||
LIBS = ../../../lib/dns/libdns.a \
|
||||
../../../lib/isc/libisc.a \
|
||||
../../../lib/tests/libt_api.a \
|
||||
@LIBS@
|
||||
|
||||
TARGETS = t_tasks
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
t_tasks: t_tasks.o ${LIBS}
|
||||
${CC} -o $@ t_tasks.o ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_tasks -c @top_srcdir@/t_config >>@top_srcdir@/bin/tests/t_journal 2>&1
|
||||
|
||||
testhelp:
|
||||
@./t_tasks -h
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
3436
bin/tests/tasks/t_tasks.c
Normal file
3436
bin/tests/tasks/t_tasks.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user