FIX raw + unique ptr tests

FIX issues on raw and unique pointer tests
+ Merge individual test files for unique and raw pointers and merged their test cases into a single test file for simplicity.
This commit is contained in:
2024-11-02 15:54:08 +01:00
parent df8edf3c34
commit 15d1183bac
4 changed files with 181 additions and 291 deletions

View File

@@ -13,12 +13,10 @@ jobs:
strategy:
matrix:
target: [DISCO_H747I]
profile: [develop, debug, release]
profile: [debug, release]
tests: [
tests-simple-test-always-succeed,
tests-simple-test-ptr-test,
tests-simple-unique-ptr,
tests-simple-test-raw-ptr
]