summaryrefslogtreecommitdiff
path: root/modules/fwrite-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-24 17:08:38 +0200
committerBruno Haible <bruno@clisp.org>2011-09-24 17:08:38 +0200
commiteea38e67b2eb57529b01092d86178935d7ead222 (patch)
tree91b5f56c7eaf5c3928d1f1896471f5484060c192 /modules/fwrite-tests
parent2d52eeda72c875169c27768703dc6c1827251416 (diff)
downloadgnulib-eea38e67b2eb57529b01092d86178935d7ead222.tar.gz
Tests for function fwrite().
* modules/fwrite-tests: New file. * tests/test-fwrite.c: New file. * modules/stdio-tests (Depends-on): Add fwrite-tests.
Diffstat (limited to 'modules/fwrite-tests')
-rw-r--r--modules/fwrite-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/fwrite-tests b/modules/fwrite-tests
new file mode 100644
index 0000000000..496fe80019
--- /dev/null
+++ b/modules/fwrite-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-fwrite.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-fwrite
+check_PROGRAMS += test-fwrite