1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

xdg: move tests for xdg-autostart-generator

Then, we can drop src/xdg-autostart-generator from include directories
later.
This commit is contained in:
Yu Watanabe 2021-01-01 05:02:17 +09:00
parent a79e17234d
commit e2e7888191
4 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ fuzzers += [
[libshared],
[]],
[['src/fuzz/fuzz-xdg-desktop.c',
[['src/xdg-autostart-generator/fuzz-xdg-desktop.c',
'src/xdg-autostart-generator/xdg-autostart-service.h',
'src/xdg-autostart-generator/xdg-autostart-service.c'],
[],

View File

@ -1176,7 +1176,7 @@ tests += [
############################################################
tests += [
[['src/test/test-xdg-autostart.c',
[['src/xdg-autostart-generator/test-xdg-autostart.c',
'src/xdg-autostart-generator/xdg-autostart-service.c',
'src/xdg-autostart-generator/xdg-autostart-service.h',],
[],