summaryrefslogtreecommitdiff
path: root/modules/xstdopen-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-01-06 09:27:42 +0100
committerBruno Haible <bruno@clisp.org>2019-01-06 09:29:03 +0100
commit7687815c173602e485c86ab73da09e1b583c9232 (patch)
tree191b70d4ea214afb14e9e813a64e7ed6c3055649 /modules/xstdopen-tests
parentaca08ef1e45f2bbd1356ef190591e350dabfff0c (diff)
downloadgnulib-7687815c173602e485c86ab73da09e1b583c9232.tar.gz
xstdopen: Add tests.
* tests/test-xstdopen.c: New file. * tests/test-xstdopen.sh: New file. * modules/xstdopen-tests: New file.
Diffstat (limited to 'modules/xstdopen-tests')
-rw-r--r--modules/xstdopen-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/xstdopen-tests b/modules/xstdopen-tests
new file mode 100644
index 0000000000..0810f4afc8
--- /dev/null
+++ b/modules/xstdopen-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-xstdopen.c
+tests/test-xstdopen.sh
+tests/macros.h
+
+Depends-on:
+test-framework-sh
+
+Makefile.am:
+TESTS += test-xstdopen.sh
+check_PROGRAMS += test-xstdopen
+test_xstdopen_LDADD = $(LDADD) @LIBINTL@