Skip to content

Commit d469bfd

Browse files
committed
Fix tests build
1 parent 87ba884 commit d469bfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lib/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
lib_test_sources = files(
2+
meson.project_source_root() / 'lib' / 'CommonEnums.vala',
3+
meson.project_source_root() / 'lib' / 'WindowManager.vala',
24
meson.project_source_root() / 'lib' / 'Gestures' / 'Gesture.vala',
35
meson.project_source_root() / 'lib' / 'Gestures' / 'GestureTarget.vala',
46
meson.project_source_root() / 'lib' / 'Gestures' / 'PropertyTarget.vala',

0 commit comments

Comments
 (0)