Add preopt to the maintainer scripts.
This commit is contained in:
@@ -37,6 +37,7 @@ echo git commit -a -m "\"Bump version to $version"\"
|
|||||||
echo git push
|
echo git push
|
||||||
for crate in \
|
for crate in \
|
||||||
entity bforest codegen/meta codegen frontend native \
|
entity bforest codegen/meta codegen frontend native \
|
||||||
|
preopt \
|
||||||
reader wasm module \
|
reader wasm module \
|
||||||
faerie umbrella simplejit
|
faerie umbrella simplejit
|
||||||
do
|
do
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ function banner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Test those packages which have no_std support.
|
# Test those packages which have no_std support.
|
||||||
LIBS="codegen frontend wasm native module simplejit umbrella"
|
LIBS="codegen frontend wasm native preopt module simplejit umbrella"
|
||||||
for LIB in $LIBS; do
|
for LIB in $LIBS; do
|
||||||
banner "Rust unit tests in $LIB"
|
banner "Rust unit tests in $LIB"
|
||||||
pushd "lib/$LIB" >/dev/null
|
pushd "lib/$LIB" >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user