aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/test/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-12-19 10:09:38 +0100
committerHans Nilsson <[email protected]>2014-12-19 10:09:38 +0100
commit49cf869191975c59cdc41a3fa2658bc852f6475f (patch)
tree868b85b6950154d6b7bf22b27bc89a49a03479c6 /lib/eldap/test/Makefile
parent7cf95c33a50a705c38226bccd0caa76a96f92ea5 (diff)
parent4b59b6993b74d99de9af5e64d23237d3de90b571 (diff)
downloadotp-49cf869191975c59cdc41a3fa2658bc852f6475f.tar.gz
otp-49cf869191975c59cdc41a3fa2658bc852f6475f.tar.bz2
otp-49cf869191975c59cdc41a3fa2658bc852f6475f.zip
Merge branch 'hans/eldap/test_improvents/OTP-12355' into maint
* hans/eldap/test_improvents/OTP-12355: eldap: Corrects SSL over IPv6 test. eldap: Removes eldap_misc_SUITE that is now included in eldap_basic_SUITE. eldap: Add encode/decode tests. eldap: Merge eldap_connections_SUITE into eldab_basic_SUITE eldap: Adds ssl to connections test suite eldap: Updates basic test suite - Splits one large testcase into smaller ones. - Makes tests independent - Adds some tests.
Diffstat (limited to 'lib/eldap/test/Makefile')
-rw-r--r--lib/eldap/test/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/eldap/test/Makefile b/lib/eldap/test/Makefile
index 24e71cebaa..28a7a107e1 100644
--- a/lib/eldap/test/Makefile
+++ b/lib/eldap/test/Makefile
@@ -28,8 +28,9 @@ INCLUDES= -I. -I ../include
# ----------------------------------------------------
MODULES= \
- eldap_connections_SUITE \
- eldap_basic_SUITE
+ eldap_basic_SUITE \
+ make_certs
+
ERL_FILES= $(MODULES:%=%.erl)