Add unit tests for raw image #622
Labels
good first issue
An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required
unit tests
Project related unit tests
Milestone
We have RAW image support code which locates in
src/file/raw_image.h
file. We want to add unit tests for this code. The tests must be stored intest/unit_tests/unit_test_file.cpp
file. Please refer to existing structure of tests which means you need to add just 3 template functions and inaddTests_File
function add calls for these 3 new functions based onfloat, double, uint8_t, uint16_t, uint32_t
types.The text was updated successfully, but these errors were encountered: