From 5ac80e3686a4dfa55d2bd15c81a266b89594a295 Mon Sep 17 00:00:00 2001 From: davc0n Date: Sat, 1 Feb 2025 20:10:59 +0100 Subject: [PATCH] tests: add a symlink test (#10) * Add symlink test * Add tests output dir to .gitignore --- .gitignore | 2 ++ tests/resource/images/hyprland.symlink | 1 + 2 files changed, 3 insertions(+) create mode 120000 tests/resource/images/hyprland.symlink diff --git a/.gitignore b/.gitignore index 041d4c5..201235f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ Makefile cmake_install.cmake compile_commands.json hyprutils.pc + +tests/test_output/ \ No newline at end of file diff --git a/tests/resource/images/hyprland.symlink b/tests/resource/images/hyprland.symlink new file mode 120000 index 0000000..54ffd44 --- /dev/null +++ b/tests/resource/images/hyprland.symlink @@ -0,0 +1 @@ +hyprland.png \ No newline at end of file