Run code generation for posix platforms
This commit is contained in:
parent
e7d2553400
commit
9361f0fe37
3
compile
3
compile
@ -61,6 +61,9 @@ case $COMPONENTS in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Run code generation
|
||||||
|
(set -x ; python3 -m codegen)
|
||||||
|
|
||||||
TEST_INCLUDE="-Isrc $(find tests -type d | xargs -I{} echo -n "-I{} ")"
|
TEST_INCLUDE="-Isrc $(find tests -type d | xargs -I{} echo -n "-I{} ")"
|
||||||
TEST_SRC="$(find tests -type f -name "*.c" | xargs -I{} echo -n "{} ")"
|
TEST_SRC="$(find tests -type f -name "*.c" | xargs -I{} echo -n "{} ")"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user