mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
Add 'make test-single'
e.g. `make test-single TEST=subquery.test` Plus: chmod +x to all tcl tests in testing folder
This commit is contained in:
8
Makefile
8
Makefile
@@ -68,6 +68,14 @@ test-shell: build uv-sync-test
|
||||
|
||||
test-compat: check-tcl-version
|
||||
RUST_LOG=$(RUST_LOG) SQLITE_EXEC=$(SQLITE_EXEC) ./testing/all.test
|
||||
|
||||
test-single: check-tcl-version
|
||||
@if [ -z "$(TEST)" ]; then \
|
||||
echo "Usage: make test-single TEST=path/to/test.test"; \
|
||||
exit 1; \
|
||||
fi
|
||||
RUST_LOG=$(RUST_LOG) SQLITE_EXEC=$(SQLITE_EXEC) ./testing/$(TEST)
|
||||
.PHONY: test-single
|
||||
.PHONY: test-compat
|
||||
|
||||
test-vector:
|
||||
|
||||
0
testing/changes.test
Normal file → Executable file
0
testing/changes.test
Normal file → Executable file
0
testing/compare.test
Normal file → Executable file
0
testing/compare.test
Normal file → Executable file
0
testing/concat.test
Normal file → Executable file
0
testing/concat.test
Normal file → Executable file
0
testing/default_value.test
Normal file → Executable file
0
testing/default_value.test
Normal file → Executable file
0
testing/foreign_keys.test
Normal file → Executable file
0
testing/foreign_keys.test
Normal file → Executable file
0
testing/glob.test
Normal file → Executable file
0
testing/glob.test
Normal file → Executable file
0
testing/integrity_check.test
Normal file → Executable file
0
testing/integrity_check.test
Normal file → Executable file
0
testing/scalar-functions-printf.test
Normal file → Executable file
0
testing/scalar-functions-printf.test
Normal file → Executable file
0
testing/subquery.test
Normal file → Executable file
0
testing/subquery.test
Normal file → Executable file
0
testing/total-changes.test
Normal file → Executable file
0
testing/total-changes.test
Normal file → Executable file
Reference in New Issue
Block a user