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:
@@ -1,5 +1,5 @@
|
||||
#include "fmt.hh"
|
||||
#include "ansicolor.hh"
|
||||
#include "lix/libutil/fmt.hh"
|
||||
#include "lix/libutil/ansicolor.hh"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user