summaryrefslogtreecommitdiff
path: root/modules/term-style-control-tests
blob: 921c42fadd867f13ccefaa94f341b1dcd471110b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Files:
tests/test-term-style-control-hello.c
tests/test-term-style-control-yes.c

Depends-on:
stdbool
unistd
full-write

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_hello_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
test_term_style_control_yes_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)