intel / libyami

Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it is yummy to your video experience on Linux like platform.
Apache License 2.0
146 stars 106 forks source link

unittest: move unittest files to test directory #753

Closed Zhziyao closed 6 years ago

Zhziyao commented 7 years ago

make test directory under libyami move unittest files from encoder directory to test directory

Signed-off-by: Zhziyao ziyao.zhang@intel.com

uartie commented 7 years ago

Test files do not need to be moved... just add the gtest source code and compile it as a convenience library. Then link each unittest binary to that library.

xuguangxin commented 6 years ago

@Zhziyao ,any update on this?