diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-04 16:07:50 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-04 16:07:50 +0100 |
commit | 0c68bd518ad9f0fd843522eb2f293907d6f355ce (patch) | |
tree | 9d228491b89b855b3e95b9554814f0e877803b72 /gl/tests/Makefile.am | |
parent | b7fdedd04274ae444c279a77027fc078cb23b307 (diff) | |
download | gnutls-0c68bd518ad9f0fd843522eb2f293907d6f355ce.tar.gz |
removed getpass from gl/
Diffstat (limited to 'gl/tests/Makefile.am')
-rw-r--r-- | gl/tests/Makefile.am | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gl/tests/Makefile.am b/gl/tests/Makefile.am index 617c63c031..cfe3486819 100644 --- a/gl/tests/Makefile.am +++ b/gl/tests/Makefile.am @@ -285,22 +285,6 @@ EXTRA_DIST += test-fread.c signature.h macros.h ## end gnulib module fread-tests -## begin gnulib module fseek-tests - -TESTS += test-fseek.sh test-fseek2.sh -check_PROGRAMS += test-fseek -EXTRA_DIST += test-fseek.c test-fseek.sh test-fseek2.sh signature.h macros.h - -## end gnulib module fseek-tests - -## begin gnulib module fseeko-tests - -TESTS += test-fseeko.sh test-fseeko2.sh test-fseeko3.sh test-fseeko4.sh -check_PROGRAMS += test-fseeko test-fseeko3 test-fseeko4 -EXTRA_DIST += test-fseeko.c test-fseeko.sh test-fseeko2.sh test-fseeko3.c test-fseeko3.sh test-fseeko4.c test-fseeko4.sh signature.h macros.h - -## end gnulib module fseeko-tests - ## begin gnulib module fstat-tests TESTS += test-fstat @@ -343,24 +327,6 @@ EXTRA_DIST += test-fwrite.c signature.h macros.h ## end gnulib module fwrite-tests -## begin gnulib module getdelim-tests - -TESTS += test-getdelim -check_PROGRAMS += test-getdelim -MOSTLYCLEANFILES += test-getdelim.txt -EXTRA_DIST += test-getdelim.c signature.h macros.h - -## end gnulib module getdelim-tests - -## begin gnulib module getline-tests - -TESTS += test-getline -check_PROGRAMS += test-getline -MOSTLYCLEANFILES += test-getline.txt -EXTRA_DIST += test-getline.c signature.h macros.h - -## end gnulib module getline-tests - ## begin gnulib module getpagesize |