From 2a1f17a8f7e32e1a485df450c5ad231312fedc16 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 10 Feb 2024 12:15:21 +0100 Subject: liberty-xdg: add desktop entry parser tests And fix a discovered bug. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c6ff25d..68c4a50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- cgit v1.2.3-54-g00ecf