#include <sysio/vm/backend.hpp>
#include "utils.hpp"
#include <catch2/catch.hpp>
Go to the source code of this file.
|
| BACKEND_TEST_CASE ("Test sysio_max_nested_structures default", "[sysio_max_nested_structures_test]") |
|
| BACKEND_TEST_CASE ("Test sysio_max_nested_structures unlimited", "[sysio_max_nested_structures_test]") |
|
| BACKEND_TEST_CASE ("Test sysio_max_nested_structures static fail", "[sysio_max_nested_structures_test]") |
|
| BACKEND_TEST_CASE ("Test sysio_max_nested_structures static pass", "[sysio_max_nested_structures_test]") |
|
| BACKEND_TEST_CASE ("Test sysio_max_nested_structures dynamic fail", "[sysio_max_nested_structures_test]") |
|
| BACKEND_TEST_CASE ("Test sysio_max_nested_structures dynamic pass", "[sysio_max_nested_structures_test]") |
|
◆ BACKEND_TEST_CASE() [1/6]
BACKEND_TEST_CASE |
( |
"Test sysio_max_nested_structures default" | , |
|
|
"" | [sysio_max_nested_structures_test] ) |
◆ BACKEND_TEST_CASE() [2/6]
BACKEND_TEST_CASE |
( |
"Test sysio_max_nested_structures dynamic fail" | , |
|
|
"" | [sysio_max_nested_structures_test] ) |
◆ BACKEND_TEST_CASE() [3/6]
BACKEND_TEST_CASE |
( |
"Test sysio_max_nested_structures dynamic pass" | , |
|
|
"" | [sysio_max_nested_structures_test] ) |
◆ BACKEND_TEST_CASE() [4/6]
BACKEND_TEST_CASE |
( |
"Test sysio_max_nested_structures static fail" | , |
|
|
"" | [sysio_max_nested_structures_test] ) |
◆ BACKEND_TEST_CASE() [5/6]
BACKEND_TEST_CASE |
( |
"Test sysio_max_nested_structures static pass" | , |
|
|
"" | [sysio_max_nested_structures_test] ) |
◆ BACKEND_TEST_CASE() [6/6]
BACKEND_TEST_CASE |
( |
"Test sysio_max_nested_structures unlimited" | , |
|
|
"" | [sysio_max_nested_structures_test] ) |
◆ wa