Skip to content

Commit 621604c

Browse files
committed
fix: test target to should use the correct SQLite CLI path
1 parent bc60431 commit 621604c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ loadable-msvc-arm64: sqlite-vec.c sqlite-vec.h | $(prefix)
185185
.PHONY: test test-loadable test-loadable-snapshot-update test-snapshots-update \
186186
test-loadable-watch test-unit test-all
187187

188-
test: loadable
189-
sqlite3 :memory: '.read test.sql'
188+
test: cli
189+
dist/sqlite3 :memory: '.read test.sql'
190190

191191
test-loadable: loadable
192192
$(PYTHON) -m pytest -vv -s -x tests/test-*.py

0 commit comments

Comments
 (0)