Run code generation for posix platforms

This commit is contained in:
Abdelrahman Said 2025-03-02 13:20:51 +00:00
parent e7d2553400
commit 9361f0fe37

View File

@ -61,6 +61,9 @@ case $COMPONENTS in
;;
esac
# Run code generation
(set -x ; python3 -m codegen)
TEST_INCLUDE="-Isrc $(find tests -type d | xargs -I{} echo -n "-I{} ")"
TEST_SRC="$(find tests -type f -name "*.c" | xargs -I{} echo -n "{} ")"