summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-12-22 01:25:55 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-12-24 03:29:49 +0200
commitc00a3a8f52f5553e6058cd331eee0cafb4e2e8d7 (patch)
treef5f88453da9e67c35982bd2d7acf08be7d367cad /test/meson.build
parentd48e15d571ec6bf53e71067d90cf2d4bdfd60c44 (diff)
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 0 insertions, 1 deletions
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')