mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2026-01-27 10:21:22 +01:00
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>
213 B
Executable File
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