From ee88497b4451225c3140f56d98ebcbc166175407 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 13:52:32 -0400 Subject: Errors tests; fix some non-errors --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 5fafc31..766b96a 100644 --- a/meson.build +++ b/meson.build @@ -3,5 +3,6 @@ project('pom', 'c', default_options: ['c_std=c23']) library('pom', 'pom.c') static_lib = static_library('pom', 'pom.c') -tests = executable('tests', 'tests/main.c', 'tests/parsing.c', link_with: [static_lib]) +tests = executable('tests', 'tests/main.c', 'tests/parsing.c', + 'tests/errors.c', link_with: [static_lib]) test('tests', tests) -- cgit v1.2.3