From c00a3a8f52f5553e6058cd331eee0cafb4e2e8d7 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 22 Dec 2022 01:25:55 +0200 Subject: test: Drop pipeline test The two pipeline test (for ipu3 and rkisp1) are meant to perform very basic validation of the corresponding pipeline handlers, limited to verifying camera enumeration. They are not unit tests as such, they are superseded by the lc-compliance tool, and they are never used in practice (and always skipped). Drop them. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Paul Elder --- test/pipeline/rkisp1/meson.build | 14 -------------- 1 file changed, 14 deletions(-) delete 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 deleted file mode 100644 index 1d178ad9..00000000 --- a/test/pipeline/rkisp1/meson.build +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-License-Identifier: CC0-1.0 - -rkisp1_test = [ - {'name': 'rkisp1_pipeline_test', 'sources': ['rkisp1_pipeline_test.cpp']}, -] - -foreach test : rkisp1_test - exe = executable(test['name'], test['sources'], - dependencies : libcamera_private, - link_with : test_libraries, - include_directories : test_includes_internal) - - test(test['name'], exe, suite : 'rkisp1', is_parallel : false) -endforeach -- cgit v1.2.1