[libcamera-devel] [PATCH v2 0/6] test: Add IPA interface test support

Jacopo Mondi jacopo at jmondi.org
Fri Oct 4 18:37:28 CEST 2019


Hello,
   second iteration to take Laurent's comments in

notable changes:
- Add a src/ipa/ipa_vimc.h header to contain test support data
- include the ipa header in ipa test
- include Laurent's patch to use IPA manager in the test

The series is based on Laurent's:
"libcamera: ipa_manager: Sort IPA modules by name"

Thanks
  j

Jacopo Mondi (6):
  ipa: vimc: Rename ipa_dummy to ipa_vimc
  test: ipa: Rename the ipa_test to ipa_module_test
  ipa: ipa_manager: Print the loaded IPA modules path
  ipa: meson: Allow IPAs to include internal headers
  ipa: vimc: Add support for tracing operations
  test: ipa: Add test for the IPA Interface

 src/ipa/ipa_dummy.cpp                         |  46 ------
 src/ipa/ipa_vimc.cpp                          | 112 +++++++++++++++
 src/ipa/ipa_vimc.h                            |  21 +++
 src/ipa/meson.build                           |  19 ++-
 src/libcamera/ipa_manager.cpp                 |   2 +
 test/ipa/ipa_interface_test.cpp               | 136 ++++++++++++++++++
 .../ipa/{ipa_test.cpp => ipa_module_test.cpp} |   4 +-
 test/ipa/meson.build                          |  10 +-
 8 files changed, 294 insertions(+), 56 deletions(-)
 delete mode 100644 src/ipa/ipa_dummy.cpp
 create mode 100644 src/ipa/ipa_vimc.cpp
 create mode 100644 src/ipa/ipa_vimc.h
 create mode 100644 test/ipa/ipa_interface_test.cpp
 rename test/ipa/{ipa_test.cpp => ipa_module_test.cpp} (92%)

--
2.23.0



More information about the libcamera-devel mailing list