From: Enji Cooper Date: Wed, 2 Aug 2017 08:50:42 +0000 (+0000) Subject: Add HAS_TESTS to all Makefiles that are currently using the X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/commitdiff_plain/de6f37f33940a64b85b2af2d427295b55a93e2e1 Add HAS_TESTS to all Makefiles that are currently using the `SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912. --- diff --git a/pw/Makefile b/pw/Makefile index bdb4384..8db96d9 100644 --- a/pw/Makefile +++ b/pw/Makefile @@ -12,6 +12,7 @@ LIBADD= crypt util sbuf .include +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include