diff options
author | Hans Nilsson <[email protected]> | 2016-12-16 11:39:20 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-12-16 11:39:20 +0100 |
commit | a17267414f8d30016fc8c6eae182d6fa353ad5b4 (patch) | |
tree | 8413644ab070c39c8849d3d058f7605a3b7a512b /lib | |
parent | 82ab2a13f2f9522f411791fdce788b8171b541b8 (diff) | |
parent | ceb0630a46556c16be180d189b6ba0177b07e266 (diff) | |
download | otp-a17267414f8d30016fc8c6eae182d6fa353ad5b4.tar.gz otp-a17267414f8d30016fc8c6eae182d6fa353ad5b4.tar.bz2 otp-a17267414f8d30016fc8c6eae182d6fa353ad5b4.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eldap/test/Makefile | 2 | ||||
-rw-r--r-- | lib/eldap/test/eldap.cover | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/eldap/test/Makefile b/lib/eldap/test/Makefile index 21a0da926f..81fa8f187a 100644 --- a/lib/eldap/test/Makefile +++ b/lib/eldap/test/Makefile @@ -42,7 +42,7 @@ TARGET_FILES= \ SPEC_FILES = eldap.spec -# COVER_FILE = eldap.cover +COVER_FILE = eldap.cover # ---------------------------------------------------- diff --git a/lib/eldap/test/eldap.cover b/lib/eldap/test/eldap.cover new file mode 100644 index 0000000000..8c15956e72 --- /dev/null +++ b/lib/eldap/test/eldap.cover @@ -0,0 +1,3 @@ +{incl_app,eldap,details}. + +{excl_mods, eldap, ['ELDAPv3']}. |