summaryrefslogtreecommitdiff
path: root/tests/test-xstdopen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update some URLsPaul Eggert2019-09-221-1/+1
| | | | | | This is a clerical change that mostly changes http: to https: in URLs where either will work. It also updates some URLs that have moved, removes some URLs that no longer work, and fixes related text.
* tests: Prepare for using valgrind.Bruno Haible2019-03-101-5/+5
| | | | | tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise.
* xstdopen: Add tests.Bruno Haible2019-01-061-0/+20
* tests/test-xstdopen.c: New file. * tests/test-xstdopen.sh: New file. * modules/xstdopen-tests: New file.