forgot to add to test command in makefile

This commit is contained in:
pedrocarlo
2025-04-02 01:45:14 -03:00
parent 46eaa52400
commit 862783aec7

View File

@@ -62,7 +62,7 @@ limbo-wasm:
cargo build --package limbo-wasm --target wasm32-wasi
.PHONY: limbo-wasm
test: limbo test-compat test-vector test-sqlite3 test-shell test-extensions test-memory
test: limbo test-compat test-vector test-sqlite3 test-shell test-extensions test-memory test-writes
.PHONY: test
test-extensions: limbo