summaryrefslogtreecommitdiff
path: root/modules/term-style-control-tests
blob: 908d9fe9de3c30f9556d4dec3acc33cf0165743b (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@
test_term_style_control_yes_LDADD = $(LDADD) @LIBINTL@