From d5241903675bdee3be944df138df5fd25db9d36b Mon Sep 17 00:00:00 2001 From: Matthieu Dorier Date: Tue, 27 Jun 2023 08:07:03 +0000 Subject: [PATCH] corrections to unit test --- tests/unit-tests/Makefile.subdir | 1 + tests/unit-tests/margo-pool.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit-tests/Makefile.subdir b/tests/unit-tests/Makefile.subdir index f7358544..00e08b8e 100644 --- a/tests/unit-tests/Makefile.subdir +++ b/tests/unit-tests/Makefile.subdir @@ -28,6 +28,7 @@ TESTS += \ tests/unit-tests/margo-eventual \ tests/unit-tests/margo-logging \ tests/unit-tests/margo-after-abt-init \ + tests/unit-tests/margo-timer \ tests/unit-tests/margo-bulk \ tests/unit-tests/margo-scheduling \ tests/unit-tests/margo-comm-error \ diff --git a/tests/unit-tests/margo-pool.c b/tests/unit-tests/margo-pool.c index 127591a5..96d1eaa7 100644 --- a/tests/unit-tests/margo-pool.c +++ b/tests/unit-tests/margo-pool.c @@ -139,7 +139,7 @@ static MunitResult poolset_tryget(const MunitParameter params[], void* data) const char* kind; int expected; struct test_context* ctx = (struct test_context*)data; - hg_bulk_t bulk; + hg_bulk_t bulk = HG_BULK_NULL; margo_bulk_poolset_t poolset; kind = munit_parameters_get(params, "pool");