#include <sysio/vm/backend.hpp>
#include "utils.hpp"
#include <catch2/catch.hpp>
Go to the source code of this file.
◆ BACKEND_TEST_CASE() [1/4]
BACKEND_TEST_CASE |
( |
"Test max_table_elements default" | , |
|
|
"" | [max_table_elements_test] ) |
◆ BACKEND_TEST_CASE() [2/4]
BACKEND_TEST_CASE |
( |
"Test max_table_elements dynamic" | , |
|
|
"" | [max_table_elements_test] ) |
Definition at line 61 of file max_table_elements_tests.cpp.
61 {
63 backend_t backend1024(_1024_elements_wasm,
nullptr, dynamic_options{1024});
65 backend_t backend1025(_1025_elements_wasm,
nullptr, dynamic_options{1025});
66}
sysio::vm::backend< rhf_t > backend_t
#define CHECK_THROWS_AS(expr, exceptionType)
◆ BACKEND_TEST_CASE() [3/4]
BACKEND_TEST_CASE |
( |
"Test max_table_elements static" | , |
|
|
"" | [max_table_elements_test] ) |
◆ BACKEND_TEST_CASE() [4/4]
BACKEND_TEST_CASE |
( |
"Test max_table_elements unlimited" | , |
|
|
"" | [max_table_elements_test] ) |
◆ wa