diff options
author | Bruno Haible <bruno@clisp.org> | 2008-02-28 13:21:06 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-02-28 13:21:06 +0100 |
commit | 4bf3a252770203a92858bb666561559f3fef5887 (patch) | |
tree | 5634b8eacfa1a5dc1d62cf7e4e43a00d2545235d /modules | |
parent | 56690adc74a0b9d99a9a313947cf7515ce8a40db (diff) | |
download | gnulib-4bf3a252770203a92858bb666561559f3fef5887.tar.gz |
Tests for module 'freadptr'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/freadptr-tests | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/freadptr-tests b/modules/freadptr-tests new file mode 100644 index 0000000000..16c7ee46d8 --- /dev/null +++ b/modules/freadptr-tests @@ -0,0 +1,15 @@ +Files: +tests/test-freadptr.c +tests/test-freadptr.sh + +Depends-on: +lseek +freadahead +unistd + +configure.ac: + +Makefile.am: +TESTS += test-freadptr.sh +TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' +check_PROGRAMS += test-freadptr |