diff options
author | Erlang/OTP <[email protected]> | 2014-09-29 08:59:41 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-09-29 08:59:41 +0200 |
commit | 853af0f4739e53e32c655373488c0fadcab9e421 (patch) | |
tree | 5a06dd784ba6213da467edc6ed631c6d82725673 /lib/eldap/test/Makefile | |
parent | 743ed31108ee555db18d9833186865e85e34333e (diff) | |
parent | 1e5844012ab8c3963e2d3b0f05adc2a7b2b0afb7 (diff) | |
download | otp-853af0f4739e53e32c655373488c0fadcab9e421.tar.gz otp-853af0f4739e53e32c655373488c0fadcab9e421.tar.bz2 otp-853af0f4739e53e32c655373488c0fadcab9e421.zip |
Merge branch 'hans/eldap/tcpoptions/OTP-12171' into maint-17
* hans/eldap/tcpoptions/OTP-12171:
eldap: update version
eldap: New very basic test suite.
eldap: Enable all tcp options in eldap:open
Diffstat (limited to 'lib/eldap/test/Makefile')
-rw-r--r-- | lib/eldap/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/eldap/test/Makefile b/lib/eldap/test/Makefile index 3c5810eece..24e71cebaa 100644 --- a/lib/eldap/test/Makefile +++ b/lib/eldap/test/Makefile @@ -28,6 +28,7 @@ INCLUDES= -I. -I ../include # ---------------------------------------------------- MODULES= \ + eldap_connections_SUITE \ eldap_basic_SUITE ERL_FILES= $(MODULES:%=%.erl) |