meta-intel/recipes-core/dnn/files/run-ptest
Zoltán Böszörményi 36e44b684c Support whinlatter only
Yocto 5.3 merged most of meta-clang.
Move recipes from dynamic-layers/clang-layer to the toplevel.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2026-01-01 19:41:38 +05:30

213 B
Executable File

#!/bin/sh

cd tests ./api-c if [ $? -eq 0 ]; then echo 'PASS: api-c' else echo 'FAIL: api-c' fi ./test_c_symbols-c if [ $? -eq 0 ]; then echo 'PASS: test_c_symbols-c' else echo 'FAIL: test_c_symbols-c' fi