diff options
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/meson.build b/test/meson.build index 8cdcae2c..d515a716 100644 --- a/test/meson.build +++ b/test/meson.build @@ -5,10 +5,11 @@ subdir('pipeline') subdir('v4l2_device') public_tests = [ - ['event', 'event.cpp'], - ['list-cameras', 'list-cameras.cpp'], - ['signal', 'signal.cpp'], - ['timer', 'timer.cpp'], + ['event', 'event.cpp'], + ['event-dispatcher', 'event-dispatcher.cpp'], + ['list-cameras', 'list-cameras.cpp'], + ['signal', 'signal.cpp'], + ['timer', 'timer.cpp'], ] internal_tests = [ |