From 9361f0fe379ff5eec32aae17f5a0b8a628454f5f Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sun, 2 Mar 2025 13:20:51 +0000 Subject: [PATCH] Run code generation for posix platforms --- compile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compile b/compile index de3b931..3d782cd 100755 --- a/compile +++ b/compile @@ -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 "{} ")"