test: logging: move logging tests to a subdirectory

Since there are two logging tests now, move them to their own
subdirectory. Update meson as necessary.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4 files changed
tree: fd9536e5802e317817259c338825942bbf6b830f
  1. Documentation/
  2. include/
  3. licenses/
  4. package/
  5. src/
  6. test/
  7. utils/
  8. .clang-format
  9. .gitignore
  10. meson.build
  11. meson_options.txt
  12. README.md
README.md

libcamera: A complex camera support library for Linux, Android, and ChromeOS

To build and install:

  meson build
  cd build
  ninja
  ninja install