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 "{} ")"