Fix not-quite-right Makefile for src/test/modules/test_checksums. This neglected to set TAP_TESTS = 1, and partially compensated for that by writing duplicative hand-made rules for check and installcheck. That's not really sufficient though. The way I noticed the error was that "make distclean" didn't clean out the tmp_check subdirectory, and there might be other consequences. Do it the standard way instead.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/64b2b4212486406771089aff7ba015c650334f66 Modified Files -------------- src/test/modules/test_checksums/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
