From ff47d03dff7c029fcfaf51c9061b9e6d8f1ffecd Mon Sep 17 00:00:00 2001 From: dgsga <181612+dgsga@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:32:21 +0000 Subject: [PATCH] Update meson.build --- test/afpd/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/afpd/meson.build b/test/afpd/meson.build index 4e043ced9c..e76cd5096b 100644 --- a/test/afpd/meson.build +++ b/test/afpd/meson.build @@ -1,6 +1,9 @@ test_internal_deps = [] test_external_deps = [] test_sources = [ + 'afpfunc_helpers.c', + 'subtests.c', + 'test.c', meson.project_source_root() / 'etc/afpd/afp_config.c', meson.project_source_root() / 'etc/afpd/afp_dsi.c', meson.project_source_root() / 'etc/afpd/afp_options.c', @@ -28,9 +31,6 @@ test_sources = [ meson.project_source_root() / 'etc/afpd/uam.c', meson.project_source_root() / 'etc/afpd/unix.c', meson.project_source_root() / 'etc/afpd/volume.c', - 'test.c', - 'subtests.c', - 'afpfunc_helpers.c', ] if have_spotlight