]> Savannah Git Hosting - gnulib.git/commit
*alloc-gnu tests: Use ASSERT macro.
authorBruno Haible <bruno@clisp.org>
Fri, 14 May 2021 13:35:24 +0000 (15:35 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 May 2021 13:53:31 +0000 (15:53 +0200)
commitf6b9c58618ec757924cb987457243756cd68fa5d
tree5eca638efc46a9d47f064f182821648b8b935e76
parent37f49aa5bbfd4a18af1455f26bc5ef870be23017
*alloc-gnu tests: Use ASSERT macro.

* tests/test-malloc-gnu.c: Include "macros.h".
(main): Use ASSERT.
* tests/test-calloc-gnu.c: Include "macros.h".
(main): Use ASSERT.
* tests/test-realloc-gnu.c: Include "macros.h".
(main): Use ASSERT.
* tests/test-reallocarray.c: Include "macros.h".
(main): Use ASSERT.
* modules/malloc-gnu-tests (Files): Add tests/macros.h.
* modules/calloc-gnu-tests (Files): Likewise.
* modules/realloc-gnu-tests (Files): Likewise.
* modules/reallocarray-tests (Files): Likewise.
ChangeLog
modules/calloc-gnu-tests
modules/malloc-gnu-tests
modules/realloc-gnu-tests
modules/reallocarray-tests
tests/test-calloc-gnu.c
tests/test-malloc-gnu.c
tests/test-realloc-gnu.c
tests/test-reallocarray.c