mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/argp-tests (Depends-on): Add test-framework-sh. * modules/argp-version-etc-tests (Depends-on): Likewise. * modules/dfa-tests (Depends-on): Likewise. * modules/error-tests (Depends-on): Likewise. * modules/readtokens-tests (Depends-on): Likewise. * modules/string-desc-tests (Depends-on): Likewise. * modules/verror-tests (Depends-on): Likewise. * modules/xstdopen-tests (Depends-on): Remove test-framework-sh.
15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
Files:
|
|
tests/test-error.sh
|
|
tests/test-error.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
test-framework-sh
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-error.sh
|
|
check_PROGRAMS += test-error
|
|
test_error_LDADD = $(LDADD) $(LIBINTL)
|