Closed mahircg closed 5 years ago
Seems like I forgot to remove the ImageData from the list of dependencies in the unit-test scons script. The build did not fail, as the object file was present (not removed by scons -c, as the source file removed). The remnant of the previous build prevented the linker from failing.
Build script of the unit-test still includes ImageData as dependency. This causes linking process for unit-tests to fail.
ImageData class has been removed in a previous patch, so it is no longer needed. This patch removes the dependency.
Signed-off-by: mahircg mahircan.guel@intel.com