mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
8e2078774f
* lib/argmatch.h: Include <stdcountof.h>. (ARRAY_CARDINALITY): Remove macro. (ARGMATCH_VERIFY): Use countof instead. * tests/test-argv-iter.c: Include <stdcountof.h>. (ARRAY_CARDINALITY): Remove macro. (main): Use countof instead. * tests/test-hash.c: Include <stdcountof.h>. (ARRAY_CARDINALITY): Remove macro. (main): Use countof instead. * tests/test-userspec.c: Include <stdcountof.h>. (ARRAY_CARDINALITY): Remove macro. (main): Use countof instead. * modules/argmatch (Depends-on): Add stdcountof-h. * modules/argv-iter-tests (Depends-on): Likewise. * modules/hash-tests (Depends-on): Likewise. * modules/userspec-tests (Depends-on): Likewise.
17 lines
179 B
Plaintext
17 lines
179 B
Plaintext
Files:
|
|
tests/test-hash.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
hashcode-string2
|
|
inttostr
|
|
bool
|
|
stdcountof-h
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-hash
|
|
check_PROGRAMS += test-hash
|