mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
1def33e0d8
* tests/**/*.[hc]: Use streq instead of strcmp. * modules/*-tests (Dependencies): Add streq.
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
Files:
|
|
tests/test-argp.c
|
|
tests/test-argp-2.sh
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
test-framework-sh
|
|
streq
|
|
|
|
Makefile.am:
|
|
TESTS += test-argp test-argp-2.sh
|
|
check_PROGRAMS += test-argp
|
|
test_argp_LDADD = $(LDADD) @LIBINTL@
|