From 8fc836c5fa82499aeb63dd4498fd6b1250d4e081 Mon Sep 17 00:00:00 2001 From: mio Date: Wed, 29 Dec 2021 23:10:21 +0100 Subject: [PATCH] Fix tests list not marked with NULL --- tests/unit/test_s390x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_s390x.c b/tests/unit/test_s390x.c index 354656d6..98d8c3ed 100644 --- a/tests/unit/test_s390x.c +++ b/tests/unit/test_s390x.c @@ -31,4 +31,4 @@ static void test_s390x_lr() OK(uc_close(uc)); } -TEST_LIST = {{"test_s390x_lr", test_s390x_lr}}; +TEST_LIST = {{"test_s390x_lr", test_s390x_lr}, {NULL, NULL}};