1gnome_pomodoro_test_vala_sources = [
2  'tests.vala',
3  'test-application.vala',
4  'test-capability.vala',
5  'test-capability-group.vala',
6  'test-capability-manager.vala',
7  'test-timer.vala',
8]
9
10test_executable = executable(
11  'gnome-pomodoro-test-executable',
12  gnome_pomodoro_test_vala_sources,
13  dependencies: gnome_pomodoro_lib_dep,
14)
15
16test(
17  'gnome-pomodoro-tests',
18  test_executable,
19)