diff options
Diffstat (limited to 'src/test/Makefile')
| -rw-r--r-- | src/test/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index dbfa799a84d..73abf163f1d 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -15,9 +15,10 @@ include $(top_builddir)/src/Makefile.global SUBDIRS = perl regress isolation modules authentication recovery subscription # We don't build or execute examples/, locale/, or thread/ by default, -# but we do want "make clean" etc to recurse into them. Likewise for ssl/, -# because the SSL test suite is not secure to run on a multi-user system. -ALWAYS_SUBDIRS = examples locale thread ssl +# but we do want "make clean" etc to recurse into them. Likewise for +# ldap/ and ssl/, because these test suites are not secure to run on a +# multi-user system. +ALWAYS_SUBDIRS = examples ldap locale thread ssl # We want to recurse to all subdirs for all standard targets, except that # installcheck and install should not recurse into the subdirectory "modules". |
