Add some tests

This commit is contained in:
Alexey Masterov
2025-04-03 18:35:55 +02:00
parent 4b4ce9e60a
commit d6ed3eb557
16 changed files with 127 additions and 5 deletions
@@ -5,4 +5,6 @@ REGRESS = pg_tiktoken
installcheck: regression-test
regression-test:
$(PG_REGRESS) --inputdir=. --outputdir=. --dbname=contrib_regression $(REGRESS)
dropdb --if-exists contrib_regression
createdb contrib_regression
$(PG_REGRESS) --inputdir=. --outputdir=. --use-existing --dbname=contrib_regression $(REGRESS)