]> granicus.if.org Git - postgresql/commit
Add new make targets check-tests and installcheck-tests.
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 28 Jan 2014 23:10:00 +0000 (18:10 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 28 Jan 2014 23:10:00 +0000 (18:10 -0500)
commit7043ac7100cd80345d7f12ece60d05a3ab2baf06
tree616ee1ee15c849e9361ddee101f93cb5a713e72c
parent105639900bf83fd3e3eb5b49f49b4d74d6347b9b
Add new make targets check-tests and installcheck-tests.

These do not run any specific schedule of tests, but only those
specified as part of the invocation, e.g.:

    make check-tests TESTS="json jsonb"
GNUmakefile.in
src/test/regress/GNUmakefile