meta-intel/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest
Anuj Mittal 90b225ce8a dldt-inference-engine: upgrade 2019r1.1 -> 2019r2
* Release notes:
https://software.intel.com/en-us/articles/OpenVINO-RelNotes

* Enable unit tests to be built and tested using ptest mechanism.

* Include patches from Clear Linux for build fixes.

* Switch to using python3 and threading to using TBB. Switch ENABLE_OPENCV
to off so opencv from system is used.

* Remove do_install and patch Makefiles instead to install libraries correctly.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-09-30 15:34:44 +08:00

121 B

#!/bin/sh

./InferenceEngineUnitTests |sed
-e 's|[.OK.](.)|PASS:\1|'
-e 's|[.FAILED.](.
)|FAIL:\1|'