#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_code_bytes default" | , |
|
|
"" | [max_code_bytes_test] ) |
◆ BACKEND_TEST_CASE() [2/6]
BACKEND_TEST_CASE |
( |
"Test max_code_bytes dynamic fail" | , |
|
|
"" | [max_code_bytes_test] ) |
Definition at line 56 of file max_code_bytes_tests.cpp.
56 {
59}
sysio::vm::backend< rhf_t > backend_t
#define CHECK_THROWS_AS(expr, exceptionType)
◆ BACKEND_TEST_CASE() [3/6]
BACKEND_TEST_CASE |
( |
"Test max_code_bytes dynamic pass" | , |
|
|
"" | [max_code_bytes_test] ) |
◆ BACKEND_TEST_CASE() [4/6]
BACKEND_TEST_CASE |
( |
"Test max_code_bytes static fail" | , |
|
|
"" | [max_code_bytes_test] ) |
◆ BACKEND_TEST_CASE() [5/6]
BACKEND_TEST_CASE |
( |
"Test max_code_bytes static pass" | , |
|
|
"" | [max_code_bytes_test] ) |
◆ BACKEND_TEST_CASE() [6/6]
BACKEND_TEST_CASE |
( |
"Test max_code_bytes unlimited" | , |
|
|
"" | [max_code_bytes_test] ) |
◆ wa