1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

*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.
This commit is contained in:
Bruno Haible
2021-05-14 15:35:24 +02:00
parent 37f49aa5bb
commit f6b9c58618
9 changed files with 51 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
Files:
tests/test-reallocarray.c
tests/signature.h
tests/macros.h
Depends-on:
stdint