mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

* Point to the renamed repository and change the project name to openvino-inference-engine. * Include ngraph as a submodule instead of using it as a separate project. * Use the new unit tests, the old ones have been deprecated. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
159 B
159 B
#!/bin/sh
for i in cpu ie vpu
do
./$i"UnitTests" |sed
-e 's|[.OK.](.)|PASS:\1|'
-e 's|[.FAILED.](.)|FAIL:\1|'
done