From a84742e36ad3b4d7a05a134bfaf03706aefe8d2d Mon Sep 17 00:00:00 2001 From: Show Liu Date: Wed, 8 Jan 2020 16:30:03 +0800 Subject: rkisp1: add pipeline test for rkisp1 Add an initial simple test tool for the rkisp1 pipeline based upon the IPU3 pipeline test. Signed-off-by: Show Liu Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- test/pipeline/rkisp1/meson.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/pipeline/rkisp1/meson.build (limited to 'test/pipeline/rkisp1/meson.build') diff --git a/test/pipeline/rkisp1/meson.build b/test/pipeline/rkisp1/meson.build new file mode 100644 index 00000000..d3f97496 --- /dev/null +++ b/test/pipeline/rkisp1/meson.build @@ -0,0 +1,12 @@ +rkisp1_test = [ + ['rkisp1_pipeline_test', 'rkisp1_pipeline_test.cpp'], +] + +foreach t : rkisp1_test + exe = executable(t[0], t[1], + dependencies : libcamera_dep, + link_with : test_libraries, + include_directories : test_includes_internal) + + test(t[0], exe, suite : 'rkisp1', is_parallel : false) +endforeach -- cgit v1.2.1