From 4f2644f354184d5febc1aa8f37e987eca03f7f25 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 14:06:17 -0400 Subject: More tests; fix locations --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 766b96a..ab5080b 100644 --- a/meson.build +++ b/meson.build @@ -4,5 +4,5 @@ project('pom', 'c', library('pom', 'pom.c') static_lib = static_library('pom', 'pom.c') tests = executable('tests', 'tests/main.c', 'tests/parsing.c', - 'tests/errors.c', link_with: [static_lib]) + 'tests/errors.c', 'tests/location.c', link_with: [static_lib]) test('tests', tests) -- cgit v1.2.3