tests: fix the fmt.cc test

Yikes!! I wonder if we have any other ones of these that just .. didn't
get added to a meson file?

Change-Id: I19480ab03cdbecf608e523d5b6c3980233f4f445
This commit is contained in:
Jade Lovelace
2025-04-03 18:40:06 -07:00
parent 5a7e9e1746
commit 6d8e4337e2
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include "fmt.hh"
#include "ansicolor.hh"
#include "lix/libutil/fmt.hh"
#include "lix/libutil/ansicolor.hh"
#include <gtest/gtest.h>
+4 -1
View File
@@ -42,6 +42,7 @@ liblixutil_test_support = declare_dependency(
)
libutil_tests_sources = files(
# keep-sorted start
'libutil/archive.cc',
'libutil/async-collect.cc',
'libutil/async-io.cc',
@@ -53,6 +54,7 @@ libutil_tests_sources = files(
'libutil/compression.cc',
'libutil/config.cc',
'libutil/escape-string.cc',
'libutil/fmt.cc',
'libutil/generator.cc',
'libutil/git.cc',
'libutil/hash.cc',
@@ -67,9 +69,10 @@ libutil_tests_sources = files(
'libutil/suggestions.cc',
'libutil/tests.cc',
'libutil/thread-pool.cc',
'libutil/url.cc',
'libutil/url-name.cc',
'libutil/url.cc',
'libutil/xml-writer.cc',
# keep-sorted end
)
libutil_tester = executable(