aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eldap/test/Makefile')
-rw-r--r--lib/eldap/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/eldap/test/Makefile b/lib/eldap/test/Makefile
index 24e71cebaa..a4b65fef88 100644
--- a/lib/eldap/test/Makefile
+++ b/lib/eldap/test/Makefile
@@ -29,7 +29,9 @@ INCLUDES= -I. -I ../include
MODULES= \
eldap_connections_SUITE \
- eldap_basic_SUITE
+ eldap_basic_SUITE \
+ make_certs
+
ERL_FILES= $(MODULES:%=%.erl)