diff options
author | Bruno Haible <bruno@clisp.org> | 2007-03-09 00:55:00 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-03-09 00:55:00 +0000 |
commit | 7573ff58ab24b5f6cbcec41ef7a0e31de81c2135 (patch) | |
tree | f41588e81d173d57387e77d756dbf0b087e90fc2 /modules | |
parent | ff7df21b6740d7da4f9bcf56f03b9c5b209f6996 (diff) | |
download | gnulib-7573ff58ab24b5f6cbcec41ef7a0e31de81c2135.tar.gz |
Tests for module 'fseterr'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/fseterr-tests | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/fseterr-tests b/modules/fseterr-tests new file mode 100644 index 0000000000..ce2332f4c5 --- /dev/null +++ b/modules/fseterr-tests @@ -0,0 +1,11 @@ +Files: +tests/test-fseterr.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-fseterr +check_PROGRAMS += test-fseterr + |