diff options
author | Siri Hansen <[email protected]> | 2014-06-12 09:17:24 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-06-12 09:17:24 +0200 |
commit | 227793da80034f76e546b5cba240a31b26287d2b (patch) | |
tree | 4738c18009a008a62c6809bdf546e883fe2148e7 /lib/common_test/test/Makefile | |
parent | da42410cb15c0749ea6cf9b6196b81320d8391b6 (diff) | |
parent | 7274a9db9b17cc14fde15a3aa0574136c58e8551 (diff) | |
download | otp-227793da80034f76e546b5cba240a31b26287d2b.tar.gz otp-227793da80034f76e546b5cba240a31b26287d2b.tar.bz2 otp-227793da80034f76e546b5cba240a31b26287d2b.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r-- | lib/common_test/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index 085f19d023..a0ac47f12a 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2008-2013. All Rights Reserved. +# Copyright Ericsson AB 2008-2014. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -61,6 +61,7 @@ MODULES= \ ct_snmp_SUITE \ ct_group_leader_SUITE \ ct_cover_SUITE \ + ct_cover_nomerge_SUITE \ ct_groups_search_SUITE \ ct_surefire_SUITE \ ct_telnet_SUITE |