From e410062003cd26930243ff067a723d1752dfd8d7 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Wed, 16 Jan 2019 18:30:40 +0100 Subject: test: pipeline: IPU3: Add IPU3 pipeline test Add test for the Intel IPU3 pipeline that lists all the cameras registered in the system and verifies the result matches the expected. This test is meant to be run on IPU3 platforms, it gets skipped otherwise. Acked-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- test/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index fb6b115e..8cdcae2c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,6 +1,7 @@ subdir('libtest') subdir('media_device') +subdir('pipeline') subdir('v4l2_device') public_tests = [ -- cgit v1.2.1