diff options
author | Björn Gustavsson <[email protected]> | 2016-05-12 10:30:30 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-05-13 10:52:25 +0200 |
commit | a1493984f80b42c9bff13ea13e6bbae8db0830c2 (patch) | |
tree | fec3386674c1a8631947890e267560bfc1e93f00 /make/target.mk | |
parent | 0e78d96d9a4a46316ba3be0f4bd17ea4eafb597a (diff) | |
download | otp-a1493984f80b42c9bff13ea13e6bbae8db0830c2.tar.gz otp-a1493984f80b42c9bff13ea13e6bbae8db0830c2.tar.bz2 otp-a1493984f80b42c9bff13ea13e6bbae8db0830c2.zip |
compile_SUITE: Eliminate clones when re-compiling test suites
Several test cases in compile_SUITE (e.g. core/1) extracts the
abstract code from a BEAM file and runs the compiler on it.
It is only a waste of time to use the abstract code from
cloned versions of test case modules. That is, use record_SUITE,
but don't use record_no_opt_SUITE, record_post_opt_SUITE, or
record_inline_SUITE since they all contain essentially the same
abstract code.
Diffstat (limited to 'make/target.mk')
0 files changed, 0 insertions, 0 deletions