summaryrefslogtreecommitdiff
path: root/tests/test-string-desc.sh
Commit message (Collapse)AuthorAgeFilesLines
* string-desc tests: Avoid test failure on native Windows.Bruno Haible2023-04-221-1/+1
| | | | | | | | | * tests/test-string-desc.c: Include <fcntl.h>, <unistd.h>. (main): Expect a file name argument. Write to this file, instead of to fd 3. * tests/test-string-desc.sh: Pass a file name as argument, instead of using '3>'. * modules/string-desc-tests (Depends-on): Add close.
* string-desc tests: Fix "make distcheck" failure.Bruno Haible2023-03-301-6/+5
| | | | * tests/test-string-desc.sh: Run the test in a subdir.
* string-desc: Add tests.Bruno Haible2023-03-291-0/+13
* tests/test-string-desc.sh: New file. * tests/test-string-desc.c: New file. * modules/string-desc-tests: New file.