mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
15 lines
223 B
Plaintext
15 lines
223 B
Plaintext
Files:
|
|
tests/test-getprogname.c
|
|
|
|
Depends-on:
|
|
string-h
|
|
str_startswith
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
DEFS += -DEXEEXT=\"@EXEEXT@\"
|
|
TESTS += test-getprogname
|
|
check_PROGRAMS += test-getprogname
|
|
test_getprogname_LDADD = $(LDADD)
|