Files:
tests/test-term-style-control-hello.c
tests/test-term-style-control-yes.c
tests/test-term-style-control-yes-mt.c
tests/test-term-style-control-yes.h

Depends-on:
bool
unistd-h
full-write
thread
nanosleep

configure.ac:

Makefile.am:
TESTS += test-term-style-control-hello
check_PROGRAMS += test-term-style-control-hello
noinst_PROGRAMS += test-term-style-control-yes test-term-style-control-yes-mt
test_term_style_control_hello_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(PTHREAD_SIGMASK_LIB) $(PTHREAD_KILL_LIB)
test_term_style_control_yes_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(PTHREAD_SIGMASK_LIB) $(PTHREAD_KILL_LIB)
test_term_style_control_yes_mt_LDADD = $(LDADD) @LIBINTL@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB)
