Use "make test" not "make check" to run test cases.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 May 2019 21:34:13 +0000 (17:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 May 2019 21:34:13 +0000 (17:34 -0400)
commitc34fe57715d68364f22240d97bb3fb6b668be29d
treeb320f1eca86dcdfe62ca4611c0ab48bc056b1726
parentd1128bef23dbddd181125a1efa8b937dfc451c30
Use "make test" not "make check" to run test cases.

The "check" rules brought in by pgxs.mk conflict with this, and
produce annoying warnings, so just change the target name.
Makefile
README.pg_bsd_indent