mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
tests: Fix dependencies to test-framework-sh.
* 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.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2024-05-17 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
tests: Fix dependencies to test-framework-sh.
|
||||
* 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.
|
||||
|
||||
2024-05-17 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
stdbit-h: Fix syntax error.
|
||||
|
||||
@@ -4,6 +4,7 @@ tests/test-argp-2.sh
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
test-framework-sh
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-argp test-argp-2.sh
|
||||
|
||||
@@ -5,6 +5,7 @@ tests/test-argp-version-etc-1.sh
|
||||
Depends-on:
|
||||
argp
|
||||
version-etc-fsf
|
||||
test-framework-sh
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-argp-version-etc test-argp-version-etc-1.sh
|
||||
|
||||
@@ -11,6 +11,7 @@ stdlib
|
||||
string
|
||||
unistd
|
||||
regex
|
||||
test-framework-sh
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ tests/test-error.c
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
test-framework-sh
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ tests/test-readtokens.sh
|
||||
|
||||
Depends-on:
|
||||
closeout
|
||||
test-framework-sh
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
close
|
||||
test-framework-sh
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ tests/test-verror.c
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
test-framework-sh
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ tests/test-xstdopen.sh
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
test-framework-sh
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-xstdopen.sh
|
||||
|
||||
Reference in New Issue
Block a user