summaryrefslogtreecommitdiff
path: root/testsuite/lib.test
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Update the library tests for new locationCraig Small2022-08-294-4/+4
| | | | Signed-off-by: Craig Small <csmall@dropbear.xyz>
* tests: Fix paths for testsuiteCraig Small2021-02-243-6/+4
| | | | | | | make distcheck gets confused what is in srcdir and what is in topdir Signed-off-by: Craig Small <csmall@dropbear.xyz>
* lib: add fileutils file with stream error checking facilitySami Kerola2012-03-233-0/+27
| | | | | | | | | The close_stream() is copied from GNU lib. Inspiration to do this is talk by Jim Meyering - Goodbye World! The perils of relying on output streams in C. Reference: http://www.irill.org/events/ghm-gnu-hackers-meeting/videos/jim-meyering-goodbye-world-the-perils-of-relying-on-output-streams-in-c Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* test: add lib/strutils checkSami Kerola2012-03-031-0/+25
Signed-off-by: Sami Kerola <kerolasa@iki.fi>