<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/90226032571feace2f67130937855ae3450d504c">90226032</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-22T16:00:40+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Output a class flag for test modules. Do not generate the '.test' file anymore.

[COMPILER]
* NEW: Do not generate the '.test' file anymore.
* NEW: Output a class flag for test modules.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/f55faededef00686051b7b0e49a99c9f41964c52">f55faede</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-22T16:02:12+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ClassStat: Add the flag for test modules.

[GB.UTIL]
* NEW: ClassStat: Add the flag for test modules.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/d8f4c5a7cfa11a22a307056558b27af68f97eadb">d8f4c5a7</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-22T16:02:48+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Redesign the interface between the interpreter and 'gb.test' component.

[INTERPRETER]
* NEW: Now '-T' option with no argument calls Test._List() method.
* NEW: If '-T' gets an argument, the Test._Run() method is used.
* NEW: If '-T' argument is '*', then the Test._RunAll() method is called.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/7fc56e891df4c95d4410b4fd67d01c2bcf3bbafe">7fc56e89</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-22T16:07:50+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Implement the Test._List() method.

[GB.TEST]
* NEW: Implement the Test._List() method.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/029cb82ece09139d496b5c86d5ea9236a6f1cad3">029cb82e</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-22T16:08:07+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
</ul>
<h4>13 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#26fd6ec034cd9dc8c94c790adac9e1996d8452d0">
comp/src/gb.test/.src/TestSuite/Test.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#262ffeec24351ca69bc9e358862b918e5018b7e3">
comp/src/gb.test/.tests
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#4c12daae331d03247a792db76b83cb7da0f04e69">
comp/src/gb.util/.src/Class.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#5f0bc705858693bd60c7cd8507a59da0f83b3398">
comp/src/gb.util/.src/ClassStat.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#3e72ff9b5acf65dc6fe4a3ce75d2772af96b8fb9">
comp/src/gb.util/.src/MMain.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#9710635441c023fb82ae16b88844926c0a7923a8">
main/gbc/gbc.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#ef3aab361760012f7cfd67382c1f842aec796dce">
main/gbc/gbc_compile.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#a1bfb5dfe7634e1015fe94607d695eda8d6459d2">
main/gbc/gbc_header.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#7393ba40a8cde6dc50781ecdf34196ffbc6ad41b">
main/gbc/gbc_output.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#8820ae1fe9bc165bbcd22a933b3bb3b41cd72c31">
main/gbx/Makefile.am
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#49c14d5cb326962430cc5f74c0604e76ef378764">
main/gbx/gbx.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#191dd77e0420f33a8174764ea6e7cc2b21a107d4">
<span class="new-file">
+
main/gbx/gbx_test.c
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3#8f6f15fc11a56314ed74478fd4c85d10a8131741">
<span class="new-file">
+
main/gbx/gbx_test.h
</span>
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/-/compare/f706e0e2505fa8da775ae1268c151842877e3977...029cb82ece09139d496b5c86d5ea9236a6f1cad3">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>