<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Hi,</div><div><br data-mce-bogus="1"></div><div>Would it be possible to have a test utility module that can contain general functions used by the test suite during testing</div><div>The reason is that for shared library testing, I have needed some extra public functions to get it tested, but some of them could be a real no no in production.</div><div><br data-mce-bogus="1"></div><div>Much like I did in the gbs3 testing where it is called TSR and is in the test directory but is not excluded at build time as it's not a test module, In this case it does not matter. But In the case of the shared libraries the bits they touch should not be reachable in production..</div><div><br data-mce-bogus="1"></div><div>Right now the ide allows to remove test modules which is great! But not the test support modules.</div><div><br data-mce-bogus="1"></div><div>Would it be possible to have a directive in the Test module that say's 'support' or such that will cause test not to run the public functions?</div><div><br data-mce-bogus="1"></div><div>This would be very very helpful.</div><div><br></div><div data-marker="__SIG_PRE__">Thank You<br>Brian G</div></div></body></html>