[libcamera-devel,0/3] fix test failures in package build systems
mbox series

Message ID 20200725122442.1679820-1-vicamo.yang@canonical.com
Headers show
Series
  • fix test failures in package build systems
Related show

Message

You-Sheng Yang July 25, 2020, 12:24 p.m. UTC
From: You-Sheng Yang <vicamo@gmail.com>

These patches try to address build failures when compiled/tested under
build systems that are usually minimum chroots nowadays without
additional hareware attached.

You-Sheng Yang (3):
  libcamera: process: fix killing innocent processes unexpectedly
  test: log/process: check CAP_SYS_ADMIN in test init
  test: list-cameras: skip if no camera is available

 src/libcamera/process.cpp     |  3 ++-
 test/list-cameras.cpp         |  2 +-
 test/log/log_process.cpp      | 20 ++++++++++++++++++++
 test/log/meson.build          |  2 +-
 test/meson.build              |  2 ++
 test/process/meson.build      |  2 +-
 test/process/process_test.cpp | 23 +++++++++++++++++++++++
 7 files changed, 50 insertions(+), 4 deletions(-)