From b9d58f74ea1d072e7a2d1c862dc7a1e0fe5fccb0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 16:44:41 -0400 Subject: Factor out converting errno codes to ZixStatus --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 45f8b88..2a31887 100644 --- a/meson.build +++ b/meson.build @@ -177,7 +177,7 @@ sequential_tests = [ 'test_btree', 'test_digest', 'test_hash', - 'test_strerror', + 'test_status', 'test_tree', ] -- cgit v1.2.1