<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 16, 2017, at 10:25 AM, Stefan Fuchs <<a href="mailto:sfuchs@gmx.de" class="">sfuchs@gmx.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><p style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class="">Hi All,</p><p style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class="">currently I try to learn how the automatic tests work :-)<br class="">I think I almost understood what I have to do to add automatic tests for the minimum gas calculation but I first have a few general questions:</p><p style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class="">- In linux build building the tests is ON by default, in mxe build it is OFF. Could we switch this ON there by default as well?</p></div></blockquote><div><br class=""></div>This is simply a CMake variable - so your build script can pass in ON or </div><div>OFF as you want.<br class=""><blockquote type="cite" class=""><div class=""><p style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class="">- My assumption is that if building tests is ON, the tests will be run as well during build. For linux this should work immediately. For mxe build I need wine to run the windows exe files. I installed wine and in fact I can now run the exe tests under linux. But I'm still not sure if they are automatically run during build (both linux and MXE). Where will the test results go? There is nothing in build.log or winbuild.log or stdout.</p></div></blockquote><br class=""></div><div>Tests are NOT automatically run when doing a build - and I'd find this </div><div>extremely annoying when I'm working on a feature, TBH.</div><div><br class=""></div><div>/D</div><br class=""></body></html>