aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/test/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-09-17 14:35:21 +0200
committerHans Nilsson <[email protected]>2014-09-18 17:34:34 +0200
commitd0f265224c8c202a1a3787e9f21b100ed68da8a8 (patch)
tree4fe644ca58d6c4cec3b65783d6067f163b82c0a3 /lib/eldap/test/Makefile
parent60ab72f5c4770e3f66611c88797c9608b8e516f2 (diff)
downloadotp-d0f265224c8c202a1a3787e9f21b100ed68da8a8.tar.gz
otp-d0f265224c8c202a1a3787e9f21b100ed68da8a8.tar.bz2
otp-d0f265224c8c202a1a3787e9f21b100ed68da8a8.zip
eldap: New very basic test suite.
Diffstat (limited to 'lib/eldap/test/Makefile')
-rw-r--r--lib/eldap/test/Makefile1
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)