tests: split into separate binaries

This commit is contained in:
Austin Horstman
2024-06-08 22:30:01 -05:00
parent 87eaa75b8a
commit 58e7abba2c
8 changed files with 37 additions and 15 deletions

View File

@ -10,12 +10,6 @@ test_dep = [
test_src = files(
'../main.cpp',
'../JsonParser.cpp',
'../SafeSignal.cpp',
'../config.cpp',
'../css_reload_helper.cpp',
'../../src/config.cpp',
'../../src/util/css_reload_helper.cpp',
'backend.cpp',
'../../src/modules/hyprland/backend.cpp'
)