1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

tests: Use str_startswith.

* tests/test-environ.c (main): Use str_startswith.
* tests/test-getprogname.c (main): Likewise.
* tests/test-libtextstyle.c (main): Likewise.
* tests/test-strsignal.c (ASSERT_DESCRIPTION): Likewise.
* modules/environ-tests (Depends-on): Add str_startswith.
* modules/getprogname-tests (Depends-on): Likewise.
* modules/libtextstyle-optional-tests (Depends-on): Likewise.
* modules/strsignal-tests (Depends-on): Likewise.
This commit is contained in:
Bruno Haible
2025-01-03 10:23:56 +01:00
parent b20e8f40ea
commit e93bde59d2
9 changed files with 19 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ tests/test-getprogname.c
Depends-on:
string-h
str_startswith
configure.ac: