mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-02-05 19:26:31 +08:00
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>
13 lines
386 B
CMake
13 lines
386 B
CMake
collect (PROJECT_LIB_TESTS main.c)
|
|
collect (PROJECT_LIB_TESTS alloc.c)
|
|
collect (PROJECT_LIB_TESTS mutex.c)
|
|
collect (PROJECT_LIB_TESTS atomic.c)
|
|
collect (PROJECT_LIB_TESTS threads.c)
|
|
|
|
collect (PROJECT_LIB_API_TEST threads.c)
|
|
|
|
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
|
|
add_subdirectory(${PROJECT_MACHINE})
|
|
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
|
|
|