mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-06 12:40:56 +08:00
Moved sql and test files
This commit is contained in:
10
README.md
10
README.md
@@ -214,16 +214,10 @@ make prove_installcheck # TAP tests
|
||||
To run single tests:
|
||||
|
||||
```sh
|
||||
make installcheck REGRESS=vector # regression test
|
||||
make prove_installcheck PROVE_TESTS=t/001_wal.pl # TAP test
|
||||
make installcheck REGRESS=vector # regression test
|
||||
make prove_installcheck PROVE_TESTS=test/t/001_wal.pl # TAP test
|
||||
```
|
||||
|
||||
Directories
|
||||
|
||||
- `expected` - expected output for regression tests
|
||||
- `sql` - regression tests
|
||||
- `t` - TAP tests
|
||||
|
||||
Resources for contributors
|
||||
|
||||
- [Extension Building Infrastructure](https://www.postgresql.org/docs/current/extend-pgxs.html)
|
||||
|
||||
Reference in New Issue
Block a user