diff options
author | Bruno Haible <bruno@clisp.org> | 2007-02-21 02:25:35 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-02-21 02:25:35 +0000 |
commit | 70005641bea8d83a93a98dd3a23ddd3a6b2b7aa1 (patch) | |
tree | beab97e66b3a0888a017d80dd386c0f2091e6c5f /modules | |
parent | 0b24be3e4181cd46822f4646172c48deff81d9a2 (diff) | |
download | gnulib-70005641bea8d83a93a98dd3a23ddd3a6b2b7aa1.tar.gz |
Tests for module 'stdio'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/stdio-tests | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/stdio-tests b/modules/stdio-tests new file mode 100644 index 0000000000..cc0f14ec24 --- /dev/null +++ b/modules/stdio-tests @@ -0,0 +1,13 @@ +Files: +tests/test-stdio.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-stdio +check_PROGRAMS += test-stdio + +License: +LGPL |