#include <sysio/vm/backend.hpp>
#include "utils.hpp"
#include <catch2/catch.hpp>
Go to the source code of this file.
◆ BACKEND_TEST_CASE() [1/6]
BACKEND_TEST_CASE |
( |
"Test max_memory_offset default" | , |
|
|
"" | [max_memory_offset_test] ) |
◆ BACKEND_TEST_CASE() [2/6]
BACKEND_TEST_CASE |
( |
"Test max_memory_offset dynamic fail" | , |
|
|
"" | [max_memory_offset_test] ) |
Definition at line 107 of file max_memory_offset_tests.cpp.
107 {
113}
sysio::vm::backend< rhf_t > backend_t
#define CHECK_THROWS_AS(expr, exceptionType)
◆ BACKEND_TEST_CASE() [3/6]
BACKEND_TEST_CASE |
( |
"Test max_memory_offset dynamic pass" | , |
|
|
"" | [max_memory_offset_test] ) |
◆ BACKEND_TEST_CASE() [4/6]
BACKEND_TEST_CASE |
( |
"Test max_memory_offset static fail" | , |
|
|
"" | [max_memory_offset_test] ) |
◆ BACKEND_TEST_CASE() [5/6]
BACKEND_TEST_CASE |
( |
"Test max_memory_offset static pass" | , |
|
|
"" | [max_memory_offset_test] ) |
◆ BACKEND_TEST_CASE() [6/6]
BACKEND_TEST_CASE |
( |
"Test max_memory_offset unlimited" | , |
|
|
"" | [max_memory_offset_test] ) |
◆ wa