summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-03-24 23:12:09 +0100
committerBruno Haible <bruno@clisp.org>2019-03-24 23:12:09 +0100
commit7c4dbc521c834ff669c52af03f9643b4c3bfac00 (patch)
tree90f52cf6301662369ce6753691be60537389696a /modules
parent993d0646c47d0d67db89690075997b5006d3e6b7 (diff)
downloadgnulib-7c4dbc521c834ff669c52af03f9643b4c3bfac00.tar.gz
term-style-control: Add tests.
* tests/test-term-style-control-hello.c: New file. * tests/test-term-style-control-yes.c: New file. * modules/term-style-control-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/term-style-control-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/term-style-control-tests b/modules/term-style-control-tests
new file mode 100644
index 0000000000..e07f394274
--- /dev/null
+++ b/modules/term-style-control-tests
@@ -0,0 +1,15 @@
+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