IntelLabs / vdms

VDMS: Your Favorite Visual Data Management System
MIT License
84 stars 31 forks source link

Remove ImageData from unit-test build script #113

Closed mahircg closed 5 years ago

mahircg commented 5 years ago

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

mahircg commented 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.