liberty-xdg: add desktop entry parser tests

And fix a discovered bug.
This commit is contained in:
2024-02-10 12:15:21 +01:00
parent 8d56fae41b
commit 2a1f17a8f7
3 changed files with 69 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ endforeach ()
# Build some unit tests
include_directories (${PROJECT_SOURCE_DIR})
enable_testing ()
set (tests liberty proto)
set (tests liberty proto xdg)
pkg_check_modules (libpulse libpulse)
if (libpulse_FOUND)