aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc
diff options
context:
space:
mode:
authorTobias Schlager <[email protected]>2010-09-23 11:40:19 +0200
committerTobias Schlager <[email protected]>2010-09-23 11:40:19 +0200
commiteb02beb1c33fafb32e0596d947310d8c17e8bbf2 (patch)
tree91bdb7322d0b1ddf03ec3d3d72d32f3ea3f76c75 /erts/etc
parentdd51118499209bbd91c0092d9778897026bde4c6 (diff)
downloadotp-eb02beb1c33fafb32e0596d947310d8c17e8bbf2.tar.gz
otp-eb02beb1c33fafb32e0596d947310d8c17e8bbf2.tar.bz2
otp-eb02beb1c33fafb32e0596d947310d8c17e8bbf2.zip
add user specified compiler options on form reloading
In order to be able to test non-exported functions from another (test) module it is necessary to compile the specific module (at least during the test phase) with the export_all compiler option. This allows complete separation of testing and productive code. At the moment it is not possible to combine this with a test code coverage using the cover module. The problem is that when cover compiling a module using cover:compile_* the code is reloaded into the emulator omitting/filtering the passed user options. In my example above the export_all option would be removed and the non-exported functions cannot be called any more.
Diffstat (limited to 'erts/etc')
0 files changed, 0 insertions, 0 deletions