@micro-os-plus/micro-test-plus 3.3.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -8,11 +8,20 @@ and close existing issues and pull requests.
|
|
|
8
8
|
|
|
9
9
|
## 2026-03-23
|
|
10
10
|
|
|
11
|
-
* v3.3.
|
|
12
|
-
* v3.3.
|
|
11
|
+
* v3.3.1 published on npmjs.com
|
|
12
|
+
* v3.3.1 prepared
|
|
13
|
+
* f1be263 tests: add suite-test
|
|
14
|
+
* df22b28 #16: fix static inits
|
|
15
|
+
* 511f8cf re-generate website commons
|
|
16
|
+
* c700756 tests meson update usage
|
|
17
|
+
* 759051f move tests to sources
|
|
13
18
|
|
|
14
19
|
## 2026-03-22
|
|
15
20
|
|
|
21
|
+
* fd91598 website: blog post release 3.3.0 published
|
|
22
|
+
* a116185 3.3.0
|
|
23
|
+
* c412e55 CHANGELOG: publish npm v3.3.0
|
|
24
|
+
* 394c679 prepare v3.3.0
|
|
16
25
|
* 8d33c3e website update for tap
|
|
17
26
|
* 181b428 website/doxygen rewrites
|
|
18
27
|
* 14bea0a cli.dox update to tap
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ For information on how to install and use this project, please refer to the
|
|
|
15
15
|
## Project source
|
|
16
16
|
|
|
17
17
|
The source code of the current release is available on
|
|
18
|
-
[GitHub tag v3.3.
|
|
18
|
+
[GitHub tag v3.3.1 tree](https://github.com/micro-os-plus/micro-test-plus-xpack/tree/v3.3.1).
|
|
19
19
|
|
|
20
20
|
## License
|
|
21
21
|
|
|
@@ -209,7 +209,7 @@ namespace micro_os_plus::micro_test_plus
|
|
|
209
209
|
* static objects in different compilation units can be automatically
|
|
210
210
|
* executed.
|
|
211
211
|
*/
|
|
212
|
-
std::vector<test_suite_base*>* test_suites
|
|
212
|
+
std::vector<test_suite_base*>* test_suites; // DO NOT INITIALISE!
|
|
213
213
|
|
|
214
214
|
struct
|
|
215
215
|
{
|