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/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 19726f37..b227be81 100644 --- a/test/meson.build +++ b/test/meson.build @@ -32,7 +32,6 @@ subdir('ipa') subdir('ipc') subdir('log') subdir('media_device') -subdir('pipeline') subdir('process') subdir('py') subdir('serialization') -- cgit v1.2.1