<div dir="ltr"><div>I think there needs to be some cleaning. mTest is basically not used anymore, all the references to it can be moved to GambasSelftests, etc, right?</div><div>And then TestTester() should be modified to read all the sources that are actually executed, otherwise it is useless.</div><div>I have been thinking of fetching the SearchList content from <a href="https://gambaswiki.org/wiki/lang">https://gambaswiki.org/wiki/lang</a> ... not sure.</div><div><br></div><div>Normally when I run the tester (the old version), I run it once without JIT and second with JIT. And the third time with a different language / localization.</div><div>At least the JIT & no-JIT runs are important.<br></div><div><br></div><div><br></div><div>Jussi<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 6, 2021 at 2:46 PM Christof Thalhofer <<a href="mailto:chrisml@deganius.de">chrisml@deganius.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 03.03.21 um 01:37 schrieb Jussi Lahtinen:<br>
<br>
> Sorry about the silence. I will try to take a closer look later.<br>
> Is it possible to put it to Gambas sources, so that I could run it as it<br>
> should be and debug there?<br>
<br>
You now can find it in the Gambas sources in 'app/src/gambas3-selftest'.<br>
As I can see all tests run. If you open the project you can hit Shift-F4<br>
to arrange the tests and F4 to run.<br>
<br>
The testsuite 'Standard' is the place to play around. It runs in the IDE<br>
of the dev version of Gambas3.<br>
<br>
On the command line you can run it with:<br>
<br>
> GB_NO_JIT=01 GB_JIT_CFLAGS=-O0 gbx3 -T "@Fast" app/src/gambas3-selftest<br>
<br>
or<br>
<br>
> GB_NO_JIT=01 GB_JIT_CFLAGS=-O0 gbx3 -T "@Full" app/src/gambas3-selftest<br>
<br>
We can use this command in 'make test'.<br>
<br>
Alles Gute<br>
<br>
Christof Thalhofer<br>
<br>
-- <br>
Dies ist keine Signatur<br>
<br>
<br>
----[ <a href="http://gambaswiki.org/wiki/doc/netiquette" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/doc/netiquette</a> ]----<br>
</blockquote></div>