mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 08:54:20 +01:00
Drop wasm toolchain dependency for tests
This commit is contained in:
14
Makefile
14
Makefile
@@ -1,8 +1,14 @@
|
||||
all:
|
||||
cargo build
|
||||
cargo build --package limbo-wasm --target wasm32-wasi
|
||||
all: limbo limbo-wasm
|
||||
.PHONY: all
|
||||
|
||||
test: all
|
||||
limbo:
|
||||
cargo build
|
||||
.PHONY: limbo
|
||||
|
||||
limbo-wasm:
|
||||
cargo build --package limbo-wasm --target wasm32-wasi
|
||||
.PHONY: limbo-wasm
|
||||
|
||||
test: limbo
|
||||
SQLITE_EXEC=./target/debug/limbo ./testing/all.test
|
||||
.PHONY: test
|
||||
|
||||
Reference in New Issue
Block a user