From: Ralph Corderoy Date: Wed, 19 Oct 2016 11:22:47 +0000 (+0100) Subject: Add check-programs target to Makefile.am to add to `make all'. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/86b1fbb19b287c67f43fd280a13c81eea72583a3?hp=7bb5dd523c67aabb2aa9cc623d69bc380862fc77 Add check-programs target to Makefile.am to add to `make all'. --- diff --git a/Makefile.am b/Makefile.am index beff7db6..3a04f781 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,6 +119,9 @@ check_SCRIPTS = test/common.sh check_PROGRAMS = test/getfullname test/getcanon test/fakepop test/fakesmtp \ test/getcwidth test/fakehttp +## So they can be built without builing the `check' target. +check-programs: $(check_PROGRAMS) + ## The location of installed nmhetcdir is, for all purposes except ## distcheck, $nmhetcdir. For distcheck, prepend $MH_INST_DIR (from ## test/common.sh.in), which is based on $MH_TEST_DIR (from