1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Split tests, organize more string functions

The test split matches PR #8920, so the utility files and tests files
are once again to 1-1. The string changes continues what was started in
PR #11093.
This commit is contained in:
John Ericson 2024-08-05 12:34:05 -04:00
parent 1fce591cbc
commit 9d2d4d11e6
13 changed files with 959 additions and 766 deletions

View file

@ -61,11 +61,14 @@ sources = files(
'lru-cache.cc',
'nix_api_util.cc',
'pool.cc',
'processes.cc',
'references.cc',
'spawn.cc',
'strings.cc',
'suggestions.cc',
'tests.cc',
'terminal.cc',
'url.cc',
'util.cc',
'xml-writer.cc',
)