test/hyprland/backend: init

This commit is contained in:
Austin Horstman
2024-05-28 21:52:54 -05:00
parent 749f46f86f
commit 87eaa75b8a
3 changed files with 148 additions and 0 deletions

View File

@ -1,4 +1,5 @@
test_inc = include_directories('../include')
test_dep = [
catch2,
fmt,
@ -6,6 +7,7 @@ test_dep = [
jsoncpp,
spdlog,
]
test_src = files(
'main.cpp',
'JsonParser.cpp',
@ -33,3 +35,5 @@ test(
waybar_test,
workdir: meson.project_source_root(),
)
subdir('hyprland')