Fix vtab modules

`xShadowName` added
This commit is contained in:
gwenn
2018-12-15 10:51:02 +01:00
parent ae461b8ed2
commit 287e2f5dbc
4 changed files with 5 additions and 3 deletions

View File

@@ -22,5 +22,5 @@ find $SCRIPT_DIR/target -type f -name bindgen.rs -exec cp {} $SQLITE3_LIB_DIR/bi
# Sanity check
cd $SCRIPT_DIR/..
cargo update
cargo test --features "backup blob chrono functions limits load_extension serde_json trace bundled"
cargo test --features "backup blob chrono functions limits load_extension serde_json trace vtab bundled"
echo 'You should increment the version in libsqlite3-sys/Cargo.toml'