diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 21:47:17 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 21:47:17 +0100 |
commit | 516bfdabbaa2d9ad807ad52aa055dbd9aa3a8a44 (patch) | |
tree | 821b699f31d809c6f71af1efa452e30c93383d00 /gl/tests/Makefile.am | |
parent | 8c413f9a42e8d6b64023acaf1acdc2f463ad8739 (diff) | |
download | gnutls-516bfdabbaa2d9ad807ad52aa055dbd9aa3a8a44.tar.gz |
Need more gnulib modules.
Diffstat (limited to 'gl/tests/Makefile.am')
-rw-r--r-- | gl/tests/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gl/tests/Makefile.am b/gl/tests/Makefile.am index 6212ffda41..8a07e408d3 100644 --- a/gl/tests/Makefile.am +++ b/gl/tests/Makefile.am @@ -178,6 +178,14 @@ EXTRA_DIST += test-perror.c test-perror.sh ## end gnulib module perror-tests +## begin gnulib module read-file-tests + +TESTS += test-read-file +check_PROGRAMS += test-read-file +EXTRA_DIST += test-read-file.c + +## end gnulib module read-file-tests + ## begin gnulib module select-tests TESTS += test-select |