postgresql/src/interfaces/libpq/test
Bruce Momjian 7559d8ebfa Update copyrights for 2020
Backpatch-through: update all files in master, backpatch legal files through 9.4
2020-01-01 12:21:45 -05:00
..
.gitignore
expected.out
Makefile
README
regress.in
regress.pl
uri-regress.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00

This is a testsuite for testing libpq URI connection string syntax.

To run the suite, use 'make installcheck' command.  It works by
running 'regress.pl' from this directory with appropriate environment
set up, which in turn feeds up lines from 'regress.in' to
'uri-regress' test program and compares the output against the correct
one in 'expected.out' file.