postgresql/src/interfaces/libpq/test
Bruce Momjian 0a78320057 pgindent run for 9.4
This includes removing tabs after periods in C comments, which was
applied to back branches, so this change should not effect backpatching.
2014-05-06 12:12:18 -04:00
..
expected.out Update libpq test expected output 2012-07-06 16:45:47 -04:00
Makefile Convert libpq regress script to Perl 2012-07-06 16:45:48 -04:00
README
regress.in libpq: URI parsing fixes 2012-05-28 22:44:34 +03:00
regress.pl perltidy adjustments to new file 2012-07-10 15:15:16 -04:00
uri-regress.c pgindent run for 9.4 2014-05-06 12:12:18 -04: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.sh' 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.