aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/meson.build
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2024-08-26 09:28:14 -0700
committerRebecca Turner <rbt@sent.as>2024-09-01 15:52:48 -0700
commit75c0de3e3cbd972328c7d0c6fdea79abbfa204df (patch)
treefd7217cf74435eb1d9d5abfcd75df33caa02fe50 /tests/unit/meson.build
parent02eb07cfd539c34c080cb1baf042e5e780c1fcc2 (diff)
Test including relative paths in configuration
Change-Id: If6c69a5e16d1ccd223fba392890f08f0032fb754
Diffstat (limited to 'tests/unit/meson.build')
-rw-r--r--tests/unit/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
index 55c7566bd..8ff0b5ec5 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -19,6 +19,7 @@ libutil_test_support_sources = files(
'libutil-support/tests/cli-literate-parser.cc',
'libutil-support/tests/hash.cc',
'libutil-support/tests/terminal-code-eater.cc',
+ 'libutil-support/tests/test-data.cc',
)
libutil_test_support = library(
'lixutil-test-support',
@@ -95,7 +96,6 @@ libstore_test_support_sources = files(
'libstore-support/tests/derived-path.cc',
'libstore-support/tests/outputs-spec.cc',
'libstore-support/tests/path.cc',
- 'libstore-support/tests/test-data.hh',
)
libstore_test_support = library(