]> diplodocus.org Git - nmh/commitdiff
Add check-programs target to Makefile.am to add to `make all'.
authorRalph Corderoy <ralph@inputplus.co.uk>
Wed, 19 Oct 2016 11:22:47 +0000 (12:22 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Wed, 19 Oct 2016 11:22:47 +0000 (12:22 +0100)
Makefile.am

index beff7db691e93b5c76553d604a7f91eebb56007b..3a04f781da6edb78d82940216f46b21ef9068ef9 100644 (file)
@@ -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