Skip to content

Commit f4466c4

Browse files
stephanosiocfriedt
authored andcommitted
tests: cpp: cxx: Add qemu_cortex_a53 as integration platform
This commit adds the `qemu_cortex_a53`, which is an MMU-based platform, as an integration platform for the C++ subsystem tests. This ensures that the `test_global_static_ctor_dynmem` test, which verifies that the dynamic memory allocation service is functional during the global static object constructor invocation, is tested on an MMU-based platform, which may have a different libc heap initialisation path. In addition to the above, this increases the overall test coverage ensuring that the C++ subsystem is functional on an MMU-based platform in general. Signed-off-by: Stephanos Ioannidis <[email protected]> (cherry picked from commit 8e6322a)
1 parent 9a5cbe3 commit f4466c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/subsys/cpp/cxx/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ common:
22
tags: cpp
33
integration_platforms:
44
- mps2_an385
5+
- qemu_cortex_a53
56

67
tests:
78
cpp.main.minimal:

0 commit comments

Comments
 (0)