mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
With some help from GPT, add a TCL script that has similar syntax as some of the SQLite source tree tests.
9 lines
162 B
Makefile
9 lines
162 B
Makefile
all:
|
|
cargo build
|
|
cargo build --package limbo-wasm --target wasm32-wasi
|
|
.PHONY: all
|
|
|
|
test: all
|
|
SQLITE_EXEC=./target/debug/limbo ./testing/all.test
|
|
.PHONY: test
|