Fix not-quite-right Makefile for src/test/modules/test_checksums.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 64b2b4212486406771089aff7ba015c650334f66
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-04-21T22:29:36Z
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.

Files

PathChange+/−
src/test/modules/test_checksums/Makefile modified +2 −6