From 1425aa0b7cd0d3477589f75bea4fb9c74e057fed Mon Sep 17 00:00:00 2001 From: Qyriad Date: Tue, 30 Apr 2024 18:11:14 -0600 Subject: implement parsing human-readable names from URLs Based off of commit 257b768436a0e8ab7887f9b790c5b92a7fe51ef5 Upstream-PR: https://github.com/NixOS/nix/pull/8678 Co-authored-by: Felix Uhl Change-Id: Idcb7f6191ca3310ef9dc854197f7798260c3f71d --- tests/unit/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/meson.build') diff --git a/tests/unit/meson.build b/tests/unit/meson.build index ae850df47..339ac9a4a 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -52,6 +52,7 @@ libutil_tests_sources = files( 'libutil/suggestions.cc', 'libutil/tests.cc', 'libutil/url.cc', + 'libutil/url-name.cc', 'libutil/xml-writer.cc', ) -- cgit v1.2.3