Jim Meyering
|
60144277c7
|
maint: remove explicit Files: tests/init.sh; depend on test-framework-sh
* modules/atexit-tests: Rather than listing tests/init.sh,
now that there's a module for it, simply depend on that new module.
* modules/closein-tests: Likewise.
* modules/exclude-tests: Likewise.
* modules/getcwd-tests: Likewise.
* modules/perror-tests: Likewise.
* modules/pread-tests: Likewise.
* modules/pwrite-tests: Likewise.
* modules/vc-list-files-tests: Likewise.
* modules/verify-tests: Likewise.
* modules/xalloc-die-tests: Likewise.
* modules/xstrtoimax-tests: Likewise.
* modules/xstrtol-tests: Likewise.
* modules/xstrtoll-tests: Likewise.
* modules/xstrtoumax-tests: Likewise.
* modules/yesno-tests: Likewise.
|
2011-12-23 14:55:31 +01:00 |
|
Eric Blake
|
d1608870ed
|
closein-tests: convert to init.sh
* modules/closein-tests (Files): Add init.sh
* tests/test-closein.sh Use it.
Signed-off-by: Eric Blake <eblake@redhat.com>
|
2011-05-24 17:22:51 -06:00 |
|
Eric Blake
|
94e727094e
|
closein-tests: silence compiler warning
* tests/test-closein.c (main): Ignore fread result.
* modules/closein-tests (Depends-on): Add ignore-value.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
2010-02-01 06:24:58 -07:00 |
|
Bruno Haible
|
368e66277a
|
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
|
2010-01-24 17:42:21 +01:00 |
|
Bruno Haible
|
a49cfc24f0
|
Most tests don't need module 'close' any more.
|
2009-08-11 12:52:19 +02:00 |
|
Bruno Haible
|
d626b70f14
|
Fix build error on mingw with the modules sys_select and unistd.
|
2009-07-19 17:16:51 +02:00 |
|
Bruno Haible
|
a0a8399982
|
Synthesize an EXTRA_DIST augmentation also for tests modules.
|
2007-10-04 03:42:26 +02:00 |
|
Eric Blake
|
87533a43fb
|
* modules/closein-tests (test_closein_LDADD): Support test on
cygwin with libtool.
|
2007-05-28 18:01:26 +00:00 |
|
Eric Blake
|
4a64cec6c6
|
* modules/closein-tests (Makefile.am): Distribute
`test-closein.sh'.
|
2007-05-17 12:38:22 +00:00 |
|
Eric Blake
|
5c323b505d
|
Fix closein for mingw.
* modules/closein-tests: Add tests for closein.
* tests/test-closein.c: New file.
* tests/test-closein.sh: Likewise.
* lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
* lib/closein.c (close_stdin): Don't fflush non-seekable streams.
|
2007-04-27 17:14:39 +00:00 |
|