diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-11-15 09:36:16 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-11-15 14:56:24 +0000 |
commit | b19733bb42e1897afd93f40aeca83e76013f7075 (patch) | |
tree | 6c4fbbbea10093c108b979296cf62eac142da974 /gl/modules | |
parent | f70c7b785b93dd436788d34827b209453157a6f2 (diff) | |
download | coreutils-b19733bb42e1897afd93f40aeca83e76013f7075.tar.gz |
maint: add a missed fadvise-tests module
* gl/modules/fadvise-tests: Add the module previously missed
in commit 63b5e816, 2010-07-14, "fadvise: new module ...".
* gl/tests/test-fadvise.c: Add a comment as to why we don't
check return values.
Diffstat (limited to 'gl/modules')
-rw-r--r-- | gl/modules/fadvise-tests | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gl/modules/fadvise-tests b/gl/modules/fadvise-tests new file mode 100644 index 000000000..61e223d43 --- /dev/null +++ b/gl/modules/fadvise-tests @@ -0,0 +1,10 @@ +Files: +tests/test-fadvise.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-fadvise +check_PROGRAMS += test-fadvise |