Sort nOS-V test traces

This commit is contained in:
Rodrigo Arias 2022-10-07 11:27:20 +02:00
parent a1e7dbb04e
commit 5b4a9c7da4

View File

@ -23,6 +23,6 @@ function(nosv_test)
ENVIRONMENT "NOSV_CONFIG=${OVNI_TEST_SOURCE_DIR}/rt/nosv/nosv.toml")
endfunction()
nosv_test(attach.c)
nosv_test(waitfor.c)
nosv_test(several-tasks.c)
nosv_test(attach.c SORT)
nosv_test(waitfor.c SORT)
nosv_test(several-tasks.c SORT)