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/pipeline/ipu3/meson.build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/pipeline/ipu3/meson.build (limited to 'test/pipeline/ipu3/meson.build') diff --git a/test/pipeline/ipu3/meson.build b/test/pipeline/ipu3/meson.build new file mode 100644 index 00000000..caba5c74 --- /dev/null +++ b/test/pipeline/ipu3/meson.build @@ -0,0 +1,11 @@ +ipu3_test = [ + ['ipu3_pipeline_test', 'ipu3_pipeline_test.cpp'], +] + +foreach t : ipu3_test + exe = executable(t[0], t[1], + link_with : test_libraries, + include_directories : test_includes_internal) + + test(t[0], exe, suite: 'ipu3', is_parallel: false) +endforeach -- cgit v1.2.1