summaryrefslogtreecommitdiff
path: root/lib/compiler/test/lfe_guard_SUITE.core
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2019-09-05 10:26:37 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2019-09-13 14:21:52 +0200
commite6886b8389a036002eae30332cfde1b233ba4c0c (patch)
tree3a3967888d628026a865eb4ce496e643ff884417 /lib/compiler/test/lfe_guard_SUITE.core
parent5b0fad5f9f13a6001d9e98f8ecab43fede191788 (diff)
downloaderlang-e6886b8389a036002eae30332cfde1b233ba4c0c.tar.gz
Improve coverage for functionality used by Core Erlang modules
Make sure to recompile the lfe_*_SUITE modules when running under cover.
Diffstat (limited to 'lib/compiler/test/lfe_guard_SUITE.core')
-rw-r--r--lib/compiler/test/lfe_guard_SUITE.core2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compiler/test/lfe_guard_SUITE.core b/lib/compiler/test/lfe_guard_SUITE.core
index 920be82f61..9d184ed166 100644
--- a/lib/compiler/test/lfe_guard_SUITE.core
+++ b/lib/compiler/test/lfe_guard_SUITE.core
@@ -53,6 +53,8 @@ module 'lfe_guard_SUITE' ['$handle_undefined_function'/2,
'init_per_suite'/1 =
%% Line 62
fun (_config) ->
+ do
+ call 'test_lib':'recompile_core'('lfe_guard_SUITE')
_config
'end_per_suite'/1 =
%% Line 64