Set nOS-V version required for tests to 2.3.1

Includes the required fixes for the kernel ring buffer tests.
This commit is contained in:
Rodrigo Arias 2024-07-31 14:58:13 +02:00 committed by Rodrigo Arias Mallo
parent 71aa33d22f
commit 13f70be87b

View File

@ -12,9 +12,9 @@ if(NOT NOSV_FOUND)
return()
endif()
# Needed for breakdown
if("${NOSV_VERSION}" VERSION_LESS "2.3.0")
message(FATAL_ERROR "nOS-V version ${NOSV_VERSION} too old, required at least 2.3.0")
# Needed for breakdown and kernel fix
if("${NOSV_VERSION}" VERSION_LESS "2.3.1")
message(FATAL_ERROR "nOS-V version ${NOSV_VERSION} too old, required at least 2.3.1")
endif()
message(STATUS "Enabling nOS-V RT tests")