#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_pages default" | , |
|
|
"" | [max_pages_test] ) |
◆ BACKEND_TEST_CASE() [2/6]
BACKEND_TEST_CASE |
( |
"Test max_pages dynamic fail" | , |
|
|
"" | [max_pages_test] ) |
Definition at line 62 of file max_pages_tests.cpp.
62 {
65}
sysio::vm::backend< rhf_t > backend_t
#define CHECK_THROWS_AS(expr, exceptionType)
◆ BACKEND_TEST_CASE() [3/6]
BACKEND_TEST_CASE |
( |
"Test max_pages dynamic pass" | , |
|
|
"" | [max_pages_test] ) |
Definition at line 67 of file max_pages_tests.cpp.
67 {
75}
backend & initialize(host_t *host, const Options &new_options)
auto call_with_return(host_t &host, const std::string_view &mod, const std::string_view &func, Args... args)
◆ BACKEND_TEST_CASE() [4/6]
BACKEND_TEST_CASE |
( |
"Test max_pages static fail" | , |
|
|
"" | [max_pages_test] ) |
◆ BACKEND_TEST_CASE() [5/6]
BACKEND_TEST_CASE |
( |
"Test max_pages static pass" | , |
|
|
"" | [max_pages_test] ) |
◆ BACKEND_TEST_CASE() [6/6]
BACKEND_TEST_CASE |
( |
"Test max_pages unlimited" | , |
|
|
"" | [max_pages_test] ) |
◆ wa