chore: Update zephyr ztest include paths and compiler flags (#660)

This commit is contained in:
Steve Karg
2024-05-30 21:30:36 -05:00
committed by GitHub
parent f6ebf11066
commit cf7eb7d98d
4 changed files with 15 additions and 2 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
rm -rf twister-out.unit_testing
../zephyr/scripts/twister -O twister-out.unit_testing -p unit_testing -T zephyr/tests
#for file in CMakeFiles CMakeCache.txt cmake_install.cmake Makefile
#do
# find twister-out.unit_testing -name $file -exec rm -rf {} \; || true
#done