EXTRA_DIST = $(noinst_SCRIPTS) \
erringfds.stderr.exp erringfds.stdout.exp erringfds.vgtest \
sigkill.stderr.exp sigkill.stderr.exp2 sigkill.vgtest \
- stack_changes.vgtest \
- res_search.stderr.exp res_search.stdout.exp res_search.vgtest \
- threadederrno.stderr.exp threadederrno.stdout.exp \
- threadederrno.vgtest
+ stack_changes.vgtest
check_PROGRAMS = \
- erringfds \
- sigkill res_search \
- threadederrno \
- stack_changes
+ erringfds sigkill stack_changes
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g -O0
AM_CPPFLAGS = -I$(top_srcdir)/include
sigkill_SOURCES = sigkill.c
-res_search_SOURCES = res_search.c
-res_search_LDADD = -lresolv -lpthread
-threadederrno_SOURCES = threadederrno.c
-threadederrno_LDADD = -lpthread
-
# Stack tests
stack_changes_SOURCES = stack_changes.c
rcrl.stderr.exp rcrl.stdout.exp rcrl.vgtest \
readline1.stderr.exp readline1.stdout.exp \
readline1.vgtest \
+ res_search.stderr.exp res_search.stdout.exp res_search.vgtest \
resolv.stderr.exp resolv.stdout.exp resolv.vgtest \
rlimit_nofile.stderr.exp rlimit_nofile.stdout.exp rlimit_nofile.vgtest \
selfrun.stderr.exp selfrun.stdout.exp selfrun.vgtest \
system.stderr.exp system.vgtest \
thread-exits.stderr.exp thread-exits.stdout.exp thread-exits.vgtest \
threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \
+ threadederrno.stderr.exp threadederrno.stdout.exp \
+ threadederrno.vgtest \
tls.stderr.exp tls.stdout.exp \
vgprintf.stderr.exp vgprintf.stdout.exp vgprintf.vgtest \
yield.stderr.exp yield.stdout.exp yield.vgtest
pth_atfork1 pth_blockedsig pth_cancel1 pth_cancel2 pth_cvsimple \
pth_empty pth_exit pth_exit2 pth_mutexspeed pth_once pth_rwlock \
pth_stackalign \
- rcrl readline1 resolv rlimit_nofile selfrun sem semlimit sha1_test \
+ rcrl readline1 res_search resolv \
+ rlimit_nofile selfrun sem semlimit sha1_test \
shortpush shorts stackgrowth sigstackgrowth smc1 susphello \
syscall-restart1 syscall-restart2 system \
- thread-exits threaded-fork \
+ thread-exits threaded-fork threadederrno \
tls tls.so tls2.so yield vgprintf \
coolo_sigaction gxx304
pth_stackalign_LDADD = -lpthread
rcrl_SOURCES = rcrl.c
readline1_SOURCES = readline1.c
+res_search_SOURCES = res_search.c
+res_search_LDADD = -lresolv -lpthread
resolv_SOURCES = resolv.c
rlimit_nofile_SOURCES = rlimit_nofile.c
selfrun_SOURCES = selfrun.c
thread_exits_LDADD = -lpthread
threaded_fork_SOURCES = threaded-fork.c
threaded_fork_LDADD = -lpthread
+threadederrno_SOURCES = threadederrno.c
+threadederrno_LDADD = -lpthread
tls_SOURCES = tls.c tls2.c
tls_DEPENDENCIES = tls.so
tls_LDFLAGS = -Wl,-rpath,$(top_builddir)/none/tests