We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc60431 commit 621604cCopy full SHA for 621604c
1 file changed
Makefile
@@ -185,8 +185,8 @@ loadable-msvc-arm64: sqlite-vec.c sqlite-vec.h | $(prefix)
185
.PHONY: test test-loadable test-loadable-snapshot-update test-snapshots-update \
186
test-loadable-watch test-unit test-all
187
188
-test: loadable
189
- sqlite3 :memory: '.read test.sql'
+test: cli
+ dist/sqlite3 :memory: '.read test.sql'
190
191
test-loadable: loadable
192
$(PYTHON) -m pytest -vv -s -x tests/test-*.py
0 commit comments