diff options
author | Hans Nilsson <[email protected]> | 2016-12-02 10:34:46 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-12-15 18:28:56 +0100 |
commit | 4d35b76b8db5d3049953a230aa2b46d82fa320d1 (patch) | |
tree | 9435fa98f7e63427755e36b5eb12a2390a92d477 /lib | |
parent | 3473ecd83a7bbe7e0bebb865f25dddb93e3bf10f (diff) | |
download | otp-4d35b76b8db5d3049953a230aa2b46d82fa320d1.tar.gz otp-4d35b76b8db5d3049953a230aa2b46d82fa320d1.tar.bz2 otp-4d35b76b8db5d3049953a230aa2b46d82fa320d1.zip |
eldap: add cover spec for nightly tests
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']}. |