diff options
author | Siri Hansen <[email protected]> | 2014-05-20 11:46:30 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-05-20 11:50:56 +0200 |
commit | 26be0fbf3434a4c4a4f9d9915e18b7435aa2ad8f (patch) | |
tree | 6c261a0659f26bdde66839a9aa5e486a668fd95e /lib/common_test/test/Makefile | |
parent | 2ca034c782eb545eb327487df2ea3de270413b21 (diff) | |
download | otp-26be0fbf3434a4c4a4f9d9915e18b7435aa2ad8f.tar.gz otp-26be0fbf3434a4c4a4f9d9915e18b7435aa2ad8f.tar.bz2 otp-26be0fbf3434a4c4a4f9d9915e18b7435aa2ad8f.zip |
[ct] Add test of cover support when merge_tests=false
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 |