Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: 795b1c88e4293c817951ca7e3d54b1eb276ee0f4 https://github.com/OpenAMP/libmetal/commit/795b1c88e4293c817951ca7e3d54b1eb2... Author: Lefteris Ntafotis lntaf@ics.forth.gr Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths: M test/metal-test.h M test/system/freertos/alloc.c M test/system/freertos/atomic.c M test/system/freertos/mutex.c M test/system/freertos/threads.c M test/system/linux/atomic.c M test/system/linux/condition.c M test/system/linux/mutex.c M test/system/linux/shmem.c M test/system/linux/spinlock.c M test/system/linux/threads.c
Log Message: ----------- Change to metal_test prefix for testing API
metal_run has been renamed to metal_test_run metal_run_noblock has been renamed to metal_test_run_noblock metal_finish_threads has been renamed to metal_test_finish_threads
Signed-off-by: Lefteris Ntafotis lntaf@ics.forth.gr
Commit: a0797a23a8a4473007ccb74e34ff2a9c24a1246c https://github.com/OpenAMP/libmetal/commit/a0797a23a8a4473007ccb74e34ff2a9c2... Author: Lefteris Ntafotis lntaf@ics.forth.gr Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths: A test/system/zephyr/threads.c
Log Message: ----------- Add error message for testing API on Zephyr systems
Zephyr systems will print an error for unimplemented testing API calls
Signed-off-by: Lefteris Ntafotis lntaf@ics.forth.gr
Commit: 1c3410be761e5048d00ada016c03335243b35d6c https://github.com/OpenAMP/libmetal/commit/1c3410be761e5048d00ada016c0333524... Author: Lefteris Ntafotis lntaf@ics.forth.gr Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths: M test/CMakeLists.txt A test/alloc.c A test/assert.c A test/cache.c A test/config.c A test/cpu.c A test/init.c A test/log.c A test/mutex.c A test/shmem.c A test/sleep.c A test/spinlock.c M test/system/freertos/CMakeLists.txt M test/system/generic/CMakeLists.txt M test/system/linux/CMakeLists.txt M test/system/zephyr/CMakeLists.txt A test/test-all.c A test/utilities.c
Log Message: ----------- Add cross-platform tests for libmetal
To-be-expanded suite of tests for libmetal using system-agnostic API instead of system specific tests.
Signed-off-by: Lefteris Ntafotis lntaf@ics.forth.gr
Compare: https://github.com/OpenAMP/libmetal/compare/dbf9cf5286b4...1c3410be761e
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications