aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_cover_SUITE_data/cover_SUITE.erl
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-02-18 10:25:05 +0100
committerZandra Hird <[email protected]>2015-02-18 10:25:45 +0100
commite4391f53ef344c13aa8d8aee5690fffc320d9b0a (patch)
treef4d29f5636f6de01e24e4707d7a4097c41c5dcb5 /lib/common_test/test/ct_cover_SUITE_data/cover_SUITE.erl
parent25e7a4c60dd15e6f2fedfcf6df267efd7ee80db8 (diff)
parent5c905b5772fa83126fd6b76d0228ccbece96b4d2 (diff)
downloadotp-e4391f53ef344c13aa8d8aee5690fffc320d9b0a.tar.gz
otp-e4391f53ef344c13aa8d8aee5690fffc320d9b0a.tar.bz2
otp-e4391f53ef344c13aa8d8aee5690fffc320d9b0a.zip
Merge branch 'studzien/ct_cover_paths' into maint
* studzien/ct_cover_paths: Add tests for absolute incl_dirs path and for excl_dirs [ct_cover] Fix paths of incl_dirs in cover spec OTP-12498
Diffstat (limited to 'lib/common_test/test/ct_cover_SUITE_data/cover_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_cover_SUITE_data/cover_SUITE.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_cover_SUITE_data/cover_SUITE.erl b/lib/common_test/test/ct_cover_SUITE_data/cover_SUITE.erl
index 83d368c53d..789e48bd96 100644
--- a/lib/common_test/test/ct_cover_SUITE_data/cover_SUITE.erl
+++ b/lib/common_test/test/ct_cover_SUITE_data/cover_SUITE.erl
@@ -71,6 +71,10 @@ default(_Config) ->
cover_test_mod:foo(),
ok.
+default_no_cover(_Config) ->
+ cover_test_mod:foo(),
+ ok.
+
slave(_Config) ->
cover_compiled = code:which(cover_test_mod),
cover_test_mod:foo(),